Html Css Color HEX #553D0B Madras

📋 copy color: '#553D0B'

red 85 ◦ green 61 ◦ blue 11

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

Shades of Madras #553D0B

Tints of Madras #553D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.01%

R = 54.14%
G = 38.85%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#553D0B (or 0x553D0B) is known color: Madras. HEX triplet: 55, 3D and 0B. RGB value is (85,61,11). Sum of RGB (Red+Green+Blue) = 85+61+11=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #553D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D0B is #AAC2F4. Grayscale: #3E3E3E. Windows color (decimal): -11191029 or 736597. OLE color: 736597.

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

Color convert

RGB 85 61 11 -
CMYK 0 0.28 0.87 0.67
HSL 40.54º 0.77% 0.19% -
HSV(B) 40.54º 0.87% 0.33% -
XYZ 5.48 5.29 1.05 -
YUV 62.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 85 61 11 0 0.28 0.87 0.67 40.54 0.77 0.19
Hex 55 3D B 0 1C 57 43 29 4D 13
Octal 125 75 13 0 34 127 103 51 115 23
Binary 1010101 111101 1011 0 11100 1010111 1000011 101001 1001101 10011

Color Harmonies of #553D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D0B

Black with #553D0B

Text Example


Text Example

White with #553D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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