#442910

Color #442910 Bistre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bistre #442910

Tints of Bistre #442910

Color information

#442910 (or 0x442910) is unknown color: approx Bistre. HEX triplet: 44, 29 and 10. RGB value is (68,41,16). Sum of RGB (Red+Green+Blue) = 68+41+16=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #442910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442910 is #BBD6EF. Grayscale: #2E2E2E. Windows color (decimal): -12310256 or 1059140. OLE color: 1059140.

HSL color Cylindrical-coordinate representation of color #442910: hue angle of 28.85º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #442910 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB684116-
CMYK00.400.760.73
HSL28.85º61.9%16.47%-
HSV(B)28.85º76.47%26.67%-
XYZ3.272.850.87-
YUV46.22110.95143.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 54.4%
GREEN value IS 41 (16.41% from 255) = 32.8%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=54.4%
G=32.8%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68411600.400.760.7328.8561.916.47
Hex4429100284C491d3e10
Octal1045120050114111357620
Binary1000100101001100000101000100110010010011110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442910; }

 p { color: rgb(68,41,16); }

 H1.HeaderClassName
 {
   color: #442910;
 }
 .AnyTagClassName
 {
   color: #442910;
 }
</style>
background-color css

<style>
 a { background-color: #442910; }

 a { background-color: rgb(68,41,16); }

 div.DivClassName
 {
   background-color: #442910;
 }
 .BgClassName
 {
   background-color: #442910;
 }
</style>
border-color css

<style>
 span { border-color: #442910; }

 span { border-color: rgb(68,41,16); }

 td.TdClassName
 {
   border-color: #442910;
 }
 .TagClassName
 {
   border-color: #442910;
 }
</style>