#422C0F

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

Shades of Bistre #422C0F

Tints of Bistre #422C0F

Color information

#422C0F (or 0x422C0F) is unknown color: approx Bistre. HEX triplet: 42, 2C and 0F. RGB value is (66,44,15). Sum of RGB (Red+Green+Blue) = 66+44+15=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #422C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C0F is #BDD3F0. Grayscale: #2F2F2F. Windows color (decimal): -12440561 or 994370. OLE color: 994370.

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

Color convert

RGB664415-
CMYK00.330.770.74
HSL34.12º62.96%15.88%-
HSV(B)34.12º77.27%25.88%-
XYZ3.232.990.86-
YUV47.27109.79141.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.8%
GREEN value IS 44 (17.58% from 255) = 35.2%
BLUE value IS 15 (6.25% from 255) = 12%
R=52.8%
G=35.2%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66441500.330.770.7434.1262.9615.88
Hex422CF0214D4A223f10
Octal1025417041115112427720
Binary1000010101100111101000011001101100101010001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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