#554208

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

Shades of Madras #554208

Tints of Madras #554208

Color information

#554208 (or 0x554208) is unknown color: approx Madras. HEX triplet: 55, 42 and 08. RGB value is (85,66,8). Sum of RGB (Red+Green+Blue) = 85+66+8=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #554208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554208 is #AABDF7. Grayscale: #414141. Windows color (decimal): -11189752 or 541269. OLE color: 541269.

HSL color Cylindrical-coordinate representation of color #554208: hue angle of 45.19º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #554208 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB85668-
CMYK00.220.910.67
HSL45.19º82.8%18.24%-
HSV(B)45.19º90.59%33.33%-
XYZ5.745.851.06-
YUV65.0795.79142.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 8 (3.52% from 255) = 5.03%
R=53.46%
G=41.51%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8566800.220.910.6745.1982.818.24
Hex554280165B432d5312
Octal125102100261331035512322
Binary10101011000010100001011010110111000011101101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554208; }

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

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

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

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

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

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

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

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