#422C12

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

Shades of Bistre #422C12

Tints of Bistre #422C12

Color information

#422C12 (or 0x422C12) is unknown color: approx Bistre. HEX triplet: 42, 2C and 12. RGB value is (66,44,18). Sum of RGB (Red+Green+Blue) = 66+44+18=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #422C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C12 is #BDD3ED. Grayscale: #2F2F2F. Windows color (decimal): -12440558 or 1190978. OLE color: 1190978.

HSL color Cylindrical-coordinate representation of color #422C12: hue angle of 32.5º 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 #422C12 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB664418-
CMYK00.330.730.74
HSL32.5º57.14%16.47%-
HSV(B)32.5º72.73%25.88%-
XYZ3.2630.98-
YUV47.61111.29141.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.56%
GREEN value IS 44 (17.58% from 255) = 34.38%
BLUE value IS 18 (7.42% from 255) = 14.06%
R=51.56%
G=34.38%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66441800.330.730.7432.557.1416.47
Hex422C12021494A203910
Octal1025422041111112407120
Binary10000101011001001001000011001001100101010000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422C12; }

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

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

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

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

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

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

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

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