#422912

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

Shades of Bistre #422912

Tints of Bistre #422912

Color information

#422912 (or 0x422912) is unknown color: approx Bistre. HEX triplet: 42, 29 and 12. RGB value is (66,41,18). Sum of RGB (Red+Green+Blue) = 66+41+18=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #422912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422912 is #BDD6ED. Grayscale: #2D2D2D. Windows color (decimal): -12441326 or 1190210. OLE color: 1190210.

HSL color Cylindrical-coordinate representation of color #422912: hue angle of 28.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422912 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB664118-
CMYK00.380.730.74
HSL28.75º57.14%16.47%-
HSV(B)28.75º72.73%25.88%-
XYZ3.152.790.94-
YUV45.85112.28142.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.8%
GREEN value IS 41 (16.41% from 255) = 32.8%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=52.8%
G=32.8%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66411800.380.730.7428.7557.1416.47
Hex422912026494A1d3910
Octal1025122046111112357120
Binary1000010101001100100100110100100110010101110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422912; }

 p { color: rgb(66,41,18); }

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

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

 a { background-color: rgb(66,41,18); }

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

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

 span { border-color: rgb(66,41,18); }

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