Html Css Color HEX #553F02 Madras

📋 copy color: '#553F02'

red 85 ◦ green 63 ◦ blue 2

#553F02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #553F02

Tints of Madras #553F02

RGB

 RED value IS 85 (33.59% from 255) = 56.67%

 GREEN value IS 63 (25% from 255) = 42%

 BLUE value IS 2 (1.17% from 255) = 1.33%

R = 56.67%
G = 42%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#553F02 (or 0x553F02) is known color: Madras. HEX triplet: 55, 3F and 02. RGB value is (85,63,2). Sum of RGB (Red+Green+Blue) = 85+63+2=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #553F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553F02 is #AAC0FD. Grayscale: #3E3E3E. Windows color (decimal): -11190526 or 147285. OLE color: 147285.

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

Color convert

RGB 85 63 2 -
CMYK 0 0.26 0.98 0.67
HSL 44.1º 0.95% 0.17% -
HSV(B) 44.1º 0.98% 0.33% -
XYZ 5.53 5.49 0.83 -
YUV 62.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 85 63 2 0 0.26 0.98 0.67 44.1 0.95 0.17
Hex 55 3F 2 0 1A 62 43 2C 5F 11
Octal 125 77 2 0 32 142 103 54 137 21
Binary 1010101 111111 10 0 11010 1100010 1000011 101100 1011111 10001

Color Harmonies of #553F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F02

Black with #553F02

Text Example


Text Example

White with #553F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #553F02;
 }
 .AnyTagClassName
 {
   color: #553F02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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