#553E02

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

Shades of Madras #553E02

Tints of Madras #553E02

Color information

#553E02 (or 0x553E02) is unknown color: approx Madras. HEX triplet: 55, 3E and 02. RGB value is (85,62,2). Sum of RGB (Red+Green+Blue) = 85+62+2=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #553E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553E02 is #AAC1FD. Grayscale: #3E3E3E. Windows color (decimal): -11190782 or 147029. OLE color: 147029.

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

Color convert

RGB85622-
CMYK00.270.980.67
HSL43.37º95.4%17.06%-
HSV(B)43.37º97.65%33.33%-
XYZ5.485.380.81-
YUV62.0494.12144.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 62 (24.61% from 255) = 41.61%
BLUE value IS 2 (1.17% from 255) = 1.34%
R=57.05%
G=41.61%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8562200.270.980.6743.3795.417.06
Hex553E201B62432b5f11
Octal1257620331421035313721
Binary10101011111101001101111000101000011101011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553E02; }

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

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

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

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

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

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

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

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