Html Css Color HEX #55400A Madras

📋 copy color: '#55400A'

red 85 ◦ green 64 ◦ blue 10

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

Shades of Madras #55400A

Tints of Madras #55400A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.25%

 BLUE value IS 10 (4.3% from 255) = 6.29%

R = 53.46%
G = 40.25%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#55400A (or 0x55400A) is known color: Madras. HEX triplet: 55, 40 and 0A. RGB value is (85,64,10). Sum of RGB (Red+Green+Blue) = 85+64+10=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #55400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55400A is #AABFF5. Grayscale: #404040. Windows color (decimal): -11190262 or 671829. OLE color: 671829.

HSL color Cylindrical-coordinate representation of color #55400A: hue angle of 43.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55400A is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 64 10 -
CMYK 0 0.25 0.88 0.67
HSL 43.2º 0.79% 0.19% -
HSV(B) 43.2º 0.88% 0.33% -
XYZ 5.63 5.62 1.07 -
YUV 64.12 97.46 142.89 -
System Red Green Blue C M Y K H S L
Decimal 85 64 10 0 0.25 0.88 0.67 43.2 0.79 0.19
Hex 55 40 A 0 19 58 43 2B 4F 13
Octal 125 100 12 0 31 130 103 53 117 23
Binary 1010101 1000000 1010 0 11001 1011000 1000011 101011 1001111 10011

Color Harmonies of #55400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55400A

Black with #55400A

Text Example


Text Example

White with #55400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55400A; }

 p { color: rgb(85,64,10); }

 H1.HeaderClassName
 {
   color: #55400A;
 }
 .AnyTagClassName
 {
   color: #55400A;
 }
</style>

background-color css

<style>
 a { background-color: #55400A; }

 a { background-color: rgb(85,64,10); }

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

border-color css

<style>
 span { border-color: #55400A; }

 span { border-color: rgb(85,64,10); }

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