#422810

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

Shades of Bistre #422810

Tints of Bistre #422810

Color information

#422810 (or 0x422810) is unknown color: approx Bistre. HEX triplet: 42, 28 and 10. RGB value is (66,40,16). Sum of RGB (Red+Green+Blue) = 66+40+16=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #422810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422810 is #BDD7EF. Grayscale: #2D2D2D. Windows color (decimal): -12441584 or 1058882. OLE color: 1058882.

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

Color convert

RGB664016-
CMYK00.390.760.74
HSL28.8º60.98%16.08%-
HSV(B)28.8º75.76%25.88%-
XYZ3.12.710.85-
YUV45.04111.61142.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.10%
GREEN value IS 40 (16.02% from 255) = 32.79%
BLUE value IS 16 (6.64% from 255) = 13.11%
R=54.10%
G=32.79%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66401600.390.760.7428.860.9816.08
Hex4228100274C4A1d3d10
Octal1025020047114112357520
Binary1000010101000100000100111100110010010101110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422810; }

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

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

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

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

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

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

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

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