#422408

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

Shades of Bistre #422408

Tints of Bistre #422408

Color information

#422408 (or 0x422408) is unknown color: approx Bistre. HEX triplet: 42, 24 and 08. RGB value is (66,36,8). Sum of RGB (Red+Green+Blue) = 66+36+8=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #422408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422408 is #BDDBF7. Grayscale: #292929. Windows color (decimal): -12442616 or 533570. OLE color: 533570.

HSL color Cylindrical-coordinate representation of color #422408: hue angle of 28.97º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #422408 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB66368-
CMYK00.450.880.74
HSL28.97º78.38%14.51%-
HSV(B)28.97º87.88%25.88%-
XYZ2.922.440.55-
YUV41.78108.94145.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 60%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 8 (3.52% from 255) = 7.27%
R=60%
G=32.73%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6636800.450.880.7428.9778.3814.51
Hex4224802D584A1d4ef
Octal10244100551301123511617
Binary100001010010010000101101101100010010101110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422408; }

 p { color: rgb(66,36,8); }

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

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

 a { background-color: rgb(66,36,8); }

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

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

 span { border-color: rgb(66,36,8); }

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