#554202

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

Shades of Madras #554202

Tints of Madras #554202

Color information

#554202 (or 0x554202) is unknown color: approx Madras. HEX triplet: 55, 42 and 02. RGB value is (85,66,2). Sum of RGB (Red+Green+Blue) = 85+66+2=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #554202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554202 is #AABDFD. Grayscale: #404040. Windows color (decimal): -11189758 or 148053. OLE color: 148053.

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

Color convert

RGB85662-
CMYK00.220.980.67
HSL46.27º95.4%17.06%-
HSV(B)46.27º97.65%33.33%-
XYZ5.715.830.88-
YUV64.3892.79142.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.56%
GREEN value IS 66 (26.17% from 255) = 43.14%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=55.56%
G=43.14%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8566200.220.980.6746.2795.417.06
Hex5542201662432e5f11
Octal12510220261421035613721
Binary101010110000101001011011000101000011101110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554202; }

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

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

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

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

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

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

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

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