#422A11

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

Shades of Bistre #422A11

Tints of Bistre #422A11

Color information

#422A11 (or 0x422A11) is unknown color: approx Bistre. HEX triplet: 42, 2A and 11. RGB value is (66,42,17). Sum of RGB (Red+Green+Blue) = 66+42+17=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #422A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422A11 is #BDD5EE. Grayscale: #2E2E2E. Windows color (decimal): -12441071 or 1124930. OLE color: 1124930.

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

Color convert

RGB664217-
CMYK00.360.740.74
HSL30.61º59.04%16.27%-
HSV(B)30.61º74.24%25.88%-
XYZ3.182.850.91-
YUV46.33111.45142.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.8%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 17 (7.03% from 255) = 13.6%
R=52.8%
G=33.6%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66421700.360.740.7430.6159.0416.27
Hex422A110244A4A1f3b10
Octal1025221044112112377320
Binary1000010101010100010100100100101010010101111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,42,17); }

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

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

 a { background-color: rgb(66,42,17); }

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

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

 span { border-color: rgb(66,42,17); }

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