#422D16

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

Shades of Bistre #422D16

Tints of Bistre #422D16

Color information

#422D16 (or 0x422D16) is unknown color: approx Bistre. HEX triplet: 42, 2D and 16. RGB value is (66,45,22). Sum of RGB (Red+Green+Blue) = 66+45+22=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #422D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422D16 is #BDD2E9. Grayscale: #303030. Windows color (decimal): -12440298 or 1453378. OLE color: 1453378.

HSL color Cylindrical-coordinate representation of color #422D16: hue angle of 31.36º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #422D16 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB664522-
CMYK00.320.670.74
HSL31.36º50%17.25%-
HSV(B)31.36º66.67%25.88%-
XYZ3.333.091.18-
YUV48.66112.96140.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.62%
GREEN value IS 45 (17.97% from 255) = 33.83%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=49.62%
G=33.83%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66452200.320.670.7431.365017.25
Hex422D16020434A1f3211
Octal1025526040103112376221
Binary1000010101101101100100000100001110010101111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,45,22); }

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

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

 a { background-color: rgb(66,45,22); }

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

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

 span { border-color: rgb(66,45,22); }

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