#554102

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

Shades of Madras #554102

Tints of Madras #554102

Color information

#554102 (or 0x554102) is unknown color: approx Madras. HEX triplet: 55, 41 and 02. RGB value is (85,65,2). Sum of RGB (Red+Green+Blue) = 85+65+2=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #554102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554102 is #AABEFD. Grayscale: #404040. Windows color (decimal): -11190014 or 147797. OLE color: 147797.

HSL color Cylindrical-coordinate representation of color #554102: hue angle of 45.54º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #554102 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB85652-
CMYK00.240.980.67
HSL45.54º95.4%17.06%-
HSV(B)45.54º97.65%33.33%-
XYZ5.655.720.86-
YUV63.893.13143.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=55.92%
G=42.76%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8565200.240.980.6745.5495.417.06
Hex5541201862432e5f11
Octal12510120301421035613721
Binary101010110000011001100011000101000011101110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554102; }

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

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

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

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

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

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

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

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