Html Css Color HEX #55401A Madras

📋 copy color: '#55401A'

red 85 ◦ green 64 ◦ blue 26

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

Shades of Madras #55401A

Tints of Madras #55401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.86%

R = 48.57%
G = 36.57%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#55401A (or 0x55401A) is known color: Madras. HEX triplet: 55, 40 and 1A. RGB value is (85,64,26). Sum of RGB (Red+Green+Blue) = 85+64+26=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #55401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55401A is #AABFE5. Grayscale: #424242. Windows color (decimal): -11190246 or 1720405. OLE color: 1720405.

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

Color convert

RGB 85 64 26 -
CMYK 0 0.25 0.69 0.67
HSL 38.64º 0.53% 0.22% -
HSV(B) 38.64º 0.69% 0.33% -
XYZ 5.77 5.67 1.77 -
YUV 65.95 105.46 141.59 -
System Red Green Blue C M Y K H S L
Decimal 85 64 26 0 0.25 0.69 0.67 38.64 0.53 0.22
Hex 55 40 1A 0 19 45 43 27 35 16
Octal 125 100 32 0 31 105 103 47 65 26
Binary 1010101 1000000 11010 0 11001 1000101 1000011 100111 110101 10110

Color Harmonies of #55401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55401A

Black with #55401A

Text Example


Text Example

White with #55401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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