Html Css Color HEX #553E0D Madras

📋 copy color: '#553E0D'

red 85 ◦ green 62 ◦ blue 13

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

Shades of Madras #553E0D

Tints of Madras #553E0D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.75%

 BLUE value IS 13 (5.47% from 255) = 8.13%

R = 53.13%
G = 38.75%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#553E0D (or 0x553E0D) is known color: Madras. HEX triplet: 55, 3E and 0D. RGB value is (85,62,13). Sum of RGB (Red+Green+Blue) = 85+62+13=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #553E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553E0D is #AAC1F2. Grayscale: #3F3F3F. Windows color (decimal): -11190771 or 867925. OLE color: 867925.

HSL color Cylindrical-coordinate representation of color #553E0D: hue angle of 40.83º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #553E0D is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 62 13 -
CMYK 0 0.27 0.85 0.67
HSL 40.83º 0.73% 0.19% -
HSV(B) 40.83º 0.85% 0.33% -
XYZ 5.54 5.41 1.13 -
YUV 63.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 85 62 13 0 0.27 0.85 0.67 40.83 0.73 0.19
Hex 55 3E D 0 1B 55 43 29 49 13
Octal 125 76 15 0 33 125 103 51 111 23
Binary 1010101 111110 1101 0 11011 1010101 1000011 101001 1001001 10011

Color Harmonies of #553E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E0D

Black with #553E0D

Text Example


Text Example

White with #553E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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