Html Css Color HEX #553F03 Madras

📋 copy color: '#553F03'

red 85 ◦ green 63 ◦ blue 3

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

Shades of Madras #553F03

Tints of Madras #553F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.99%

R = 56.29%
G = 41.72%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#553F03 (or 0x553F03) is known color: Madras. HEX triplet: 55, 3F and 03. RGB value is (85,63,3). Sum of RGB (Red+Green+Blue) = 85+63+3=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #553F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553F03 is #AAC0FC. Grayscale: #3E3E3E. Windows color (decimal): -11190525 or 212821. OLE color: 212821.

HSL color Cylindrical-coordinate representation of color #553F03: hue angle of 43.9º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #553F03 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 63 3 -
CMYK 0 0.26 0.96 0.67
HSL 43.9º 0.93% 0.17% -
HSV(B) 43.9º 0.96% 0.33% -
XYZ 5.54 5.49 0.85 -
YUV 62.74 94.29 143.88 -
System Red Green Blue C M Y K H S L
Decimal 85 63 3 0 0.26 0.96 0.67 43.9 0.93 0.17
Hex 55 3F 3 0 1A 60 43 2C 5D 11
Octal 125 77 3 0 32 140 103 54 135 21
Binary 1010101 111111 11 0 11010 1100000 1000011 101100 1011101 10001

Color Harmonies of #553F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F03

Black with #553F03

Text Example


Text Example

White with #553F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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