#422811

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

Shades of Bistre #422811

Tints of Bistre #422811

Color information

#422811 (or 0x422811) is unknown color: approx Bistre. HEX triplet: 42, 28 and 11. RGB value is (66,40,17). Sum of RGB (Red+Green+Blue) = 66+40+17=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #422811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422811 is #BDD7EE. Grayscale: #2D2D2D. Windows color (decimal): -12441583 or 1124418. OLE color: 1124418.

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

Color convert

RGB664017-
CMYK00.390.740.74
HSL28.16º59.04%16.27%-
HSV(B)28.16º74.24%25.88%-
XYZ3.112.720.89-
YUV45.15112.11142.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.66%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=53.66%
G=32.52%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66401700.390.740.7428.1659.0416.27
Hex4228110274A4A1c3b10
Octal1025021047112112347320
Binary1000010101000100010100111100101010010101110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422811; }

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

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

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

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

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

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

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

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