#554108

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

Shades of Madras #554108

Tints of Madras #554108

Color information

#554108 (or 0x554108) is unknown color: approx Madras. HEX triplet: 55, 41 and 08. RGB value is (85,65,8). Sum of RGB (Red+Green+Blue) = 85+65+8=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #554108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554108 is #AABEF7. Grayscale: #404040. Windows color (decimal): -11190008 or 541013. OLE color: 541013.

HSL color Cylindrical-coordinate representation of color #554108: hue angle of 44.42º 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 #554108 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB85658-
CMYK00.240.910.67
HSL44.42º82.8%18.24%-
HSV(B)44.42º90.59%33.33%-
XYZ5.685.731.04-
YUV64.4896.13142.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 65 (25.78% from 255) = 41.14%
BLUE value IS 8 (3.52% from 255) = 5.06%
R=53.80%
G=41.14%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8565800.240.910.6744.4282.818.24
Hex554180185B432c5312
Octal125101100301331035412322
Binary10101011000001100001100010110111000011101100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554108; }

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

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

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

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

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

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

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

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