Html Css Color HEX #554112 Madras

📋 copy color: '#554112'

red 85 ◦ green 65 ◦ blue 18

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

Shades of Madras #554112

Tints of Madras #554112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 50.6%
G = 38.69%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#554112 (or 0x554112) is known color: Madras. HEX triplet: 55, 41 and 12. RGB value is (85,65,18). Sum of RGB (Red+Green+Blue) = 85+65+18=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #554112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554112 is #AABEED. Grayscale: #414141. Windows color (decimal): -11189998 or 1196373. OLE color: 1196373.

HSL color Cylindrical-coordinate representation of color #554112: hue angle of 42.09º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #554112 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 65 18 -
CMYK 0 0.24 0.79 0.67
HSL 42.09º 0.65% 0.2% -
HSV(B) 42.09º 0.79% 0.33% -
XYZ 5.75 5.76 1.38 -
YUV 65.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 85 65 18 0 0.24 0.79 0.67 42.09 0.65 0.2
Hex 55 41 12 0 18 4F 43 2A 41 14
Octal 125 101 22 0 30 117 103 52 101 24
Binary 1010101 1000001 10010 0 11000 1001111 1000011 101010 1000001 10100

Color Harmonies of #554112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554112

Black with #554112

Text Example


Text Example

White with #554112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554112; }

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

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

background-color css

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

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

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

border-color css

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

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

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