Html Css Color HEX #553D11 Madras

📋 copy color: '#553D11'

red 85 ◦ green 61 ◦ blue 17

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

Shades of Madras #553D11

Tints of Madras #553D11

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.42%

 BLUE value IS 17 (7.03% from 255) = 10.43%

R = 52.15%
G = 37.42%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#553D11 (or 0x553D11) is known color: Madras. HEX triplet: 55, 3D and 11. RGB value is (85,61,17). Sum of RGB (Red+Green+Blue) = 85+61+17=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #553D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D11 is #AAC2EE. Grayscale: #3F3F3F. Windows color (decimal): -11191023 or 1129813. OLE color: 1129813.

HSL color Cylindrical-coordinate representation of color #553D11: hue angle of 38.82º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #553D11 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 61 17 -
CMYK 0 0.28 0.80 0.67
HSL 38.82º 0.67% 0.2% -
HSV(B) 38.82º 0.8% 0.33% -
XYZ 5.52 5.31 1.26 -
YUV 63.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 85 61 17 0 0.28 0.80 0.67 38.82 0.67 0.2
Hex 55 3D 11 0 1C 50 43 27 43 14
Octal 125 75 21 0 34 120 103 47 103 24
Binary 1010101 111101 10001 0 11100 1010000 1000011 100111 1000011 10100

Color Harmonies of #553D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D11

Black with #553D11

Text Example


Text Example

White with #553D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,61,17); }

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

background-color css

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

 a { background-color: rgb(85,61,17); }

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

border-color css

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

 span { border-color: rgb(85,61,17); }

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