#422B12

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

Shades of Bistre #422B12

Tints of Bistre #422B12

Color information

#422B12 (or 0x422B12) is unknown color: approx Bistre. HEX triplet: 42, 2B and 12. RGB value is (66,43,18). Sum of RGB (Red+Green+Blue) = 66+43+18=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #422B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422B12 is #BDD4ED. Grayscale: #2F2F2F. Windows color (decimal): -12440814 or 1190722. OLE color: 1190722.

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

Color convert

RGB664318-
CMYK00.350.730.74
HSL31.25º57.14%16.47%-
HSV(B)31.25º72.73%25.88%-
XYZ3.222.930.97-
YUV47.03111.62141.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.97%
GREEN value IS 43 (17.19% from 255) = 33.86%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=51.97%
G=33.86%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66431800.350.730.7431.2557.1416.47
Hex422B12023494A1f3910
Octal1025322043111112377120
Binary1000010101011100100100011100100110010101111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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