Html Css Color HEX #55410D Madras

📋 copy color: '#55410D'

red 85 ◦ green 65 ◦ blue 13

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

Shades of Madras #55410D

Tints of Madras #55410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.88%

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

R = 52.15%
G = 39.88%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#55410D (or 0x55410D) is known color: Madras. HEX triplet: 55, 41 and 0D. RGB value is (85,65,13). Sum of RGB (Red+Green+Blue) = 85+65+13=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55410D is #AABEF2. Grayscale: #414141. Windows color (decimal): -11190003 or 868693. OLE color: 868693.

HSL color Cylindrical-coordinate representation of color #55410D: hue angle of 43.33º 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 #55410D is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 65 13 -
CMYK 0 0.24 0.85 0.67
HSL 43.33º 0.73% 0.19% -
HSV(B) 43.33º 0.85% 0.33% -
XYZ 5.71 5.74 1.19 -
YUV 65.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 85 65 13 0 0.24 0.85 0.67 43.33 0.73 0.19
Hex 55 41 D 0 18 55 43 2B 49 13
Octal 125 101 15 0 30 125 103 53 111 23
Binary 1010101 1000001 1101 0 11000 1010101 1000011 101011 1001001 10011

Color Harmonies of #55410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55410D

Black with #55410D

Text Example


Text Example

White with #55410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55410D; }

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

 H1.HeaderClassName
 {
   color: #55410D;
 }
 .AnyTagClassName
 {
   color: #55410D;
 }
</style>

background-color css

<style>
 a { background-color: #55410D; }

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

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

border-color css

<style>
 span { border-color: #55410D; }

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

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