#422C10

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

Shades of Bistre #422C10

Tints of Bistre #422C10

Color information

#422C10 (or 0x422C10) is unknown color: approx Bistre. HEX triplet: 42, 2C and 10. RGB value is (66,44,16). Sum of RGB (Red+Green+Blue) = 66+44+16=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #422C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C10 is #BDD3EF. Grayscale: #2F2F2F. Windows color (decimal): -12440560 or 1059906. OLE color: 1059906.

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

Color convert

RGB664416-
CMYK00.330.760.74
HSL33.6º60.98%16.08%-
HSV(B)33.6º75.76%25.88%-
XYZ3.2430.9-
YUV47.39110.29141.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.38%
GREEN value IS 44 (17.58% from 255) = 34.92%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=52.38%
G=34.92%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66441600.330.760.7433.660.9816.08
Hex422C100214C4A223d10
Octal1025420041114112427520
Binary10000101011001000001000011001100100101010001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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