Html Css Color HEX #554017 Madras

📋 copy color: '#554017'

red 85 ◦ green 64 ◦ blue 23

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

Shades of Madras #554017

Tints of Madras #554017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.37%

R = 49.42%
G = 37.21%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#554017 (or 0x554017) is known color: Madras. HEX triplet: 55, 40 and 17. RGB value is (85,64,23). Sum of RGB (Red+Green+Blue) = 85+64+23=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #554017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554017 is #AABFE8. Grayscale: #414141. Windows color (decimal): -11190249 or 1523797. OLE color: 1523797.

HSL color Cylindrical-coordinate representation of color #554017: hue angle of 39.68º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #554017 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 64 23 -
CMYK 0 0.25 0.73 0.67
HSL 39.68º 0.57% 0.21% -
HSV(B) 39.68º 0.73% 0.33% -
XYZ 5.73 5.66 1.6 -
YUV 65.61 103.96 141.83 -
System Red Green Blue C M Y K H S L
Decimal 85 64 23 0 0.25 0.73 0.67 39.68 0.57 0.21
Hex 55 40 17 0 19 49 43 28 39 15
Octal 125 100 27 0 31 111 103 50 71 25
Binary 1010101 1000000 10111 0 11001 1001001 1000011 101000 111001 10101

Color Harmonies of #554017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554017

Black with #554017

Text Example


Text Example

White with #554017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554017; }

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

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

background-color css

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

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

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

border-color css

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

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

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