#422916

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

Shades of Bistre #422916

Tints of Bistre #422916

Color information

#422916 (or 0x422916) is unknown color: approx Bistre. HEX triplet: 42, 29 and 16. RGB value is (66,41,22). Sum of RGB (Red+Green+Blue) = 66+41+22=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #422916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422916 is #BDD6E9. Grayscale: #2E2E2E. Windows color (decimal): -12441322 or 1452354. OLE color: 1452354.

HSL color Cylindrical-coordinate representation of color #422916: hue angle of 25.91º 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 #422916 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB664122-
CMYK00.380.670.74
HSL25.91º50%17.25%-
HSV(B)25.91º66.67%25.88%-
XYZ3.182.81.13-
YUV46.31114.28142.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.16%
GREEN value IS 41 (16.41% from 255) = 31.78%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=51.16%
G=31.78%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66412200.380.670.7425.915017.25
Hex422916026434A1a3211
Octal1025126046103112326221
Binary1000010101001101100100110100001110010101101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422916; }

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

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

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

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

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

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

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

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