#422C11

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

Shades of Bistre #422C11

Tints of Bistre #422C11

Color information

#422C11 (or 0x422C11) is unknown color: approx Bistre. HEX triplet: 42, 2C and 11. RGB value is (66,44,17). Sum of RGB (Red+Green+Blue) = 66+44+17=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #422C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C11 is #BDD3EE. Grayscale: #2F2F2F. Windows color (decimal): -12440559 or 1125442. OLE color: 1125442.

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

Color convert

RGB664417-
CMYK00.330.740.74
HSL33.06º59.04%16.27%-
HSV(B)33.06º74.24%25.88%-
XYZ3.2530.94-
YUV47.5110.79141.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.97%
GREEN value IS 44 (17.58% from 255) = 34.65%
BLUE value IS 17 (7.03% from 255) = 13.39%
R=51.97%
G=34.65%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66441700.330.740.7433.0659.0416.27
Hex422C110214A4A213b10
Octal1025421041112112417320
Binary10000101011001000101000011001010100101010000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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