Html Css Color HEX #554000 Madras

📋 copy color: '#554000'

red 85 ◦ green 64 ◦ blue 0

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

Shades of Madras #554000

Tints of Madras #554000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.05%
G = 42.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#554000 (or 0x554000) is known color: Madras. HEX triplet: 55, 40 and 00. RGB value is (85,64,0). Sum of RGB (Red+Green+Blue) = 85+64+0=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #554000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554000 is #AABFFF. Grayscale: #3F3F3F. Windows color (decimal): -11190272 or 16469. OLE color: 16469.

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

Color convert

RGB 85 64 0 -
CMYK 0 0.25 1 0.67
HSL 45.18º 1% 0.17% -
HSV(B) 45.18º 1% 0.33% -
XYZ 5.58 5.6 0.79 -
YUV 62.98 92.46 143.7 -
System Red Green Blue C M Y K H S L
Decimal 85 64 0 0 0.25 1 0.67 45.18 1 0.17
Hex 55 40 0 0 19 64 43 2D 64 11
Octal 125 100 0 0 31 144 103 55 144 21
Binary 1010101 1000000 0 0 11001 1100100 1000011 101101 1100100 10001

Color Harmonies of #554000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554000

Black with #554000

Text Example


Text Example

White with #554000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554000; }

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

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

background-color css

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

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

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

border-color css

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

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

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