Html Css Color HEX #554100 Madras

📋 copy color: '#554100'

red 85 ◦ green 65 ◦ blue 0

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

Shades of Madras #554100

Tints of Madras #554100

RGB

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

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

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

R = 56.67%
G = 43.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#554100 (or 0x554100) is known color: Madras. HEX triplet: 55, 41 and 00. RGB value is (85,65,0). Sum of RGB (Red+Green+Blue) = 85+65+0=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #554100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554100 is #AABEFF. Grayscale: #3F3F3F. Windows color (decimal): -11190016 or 16725. OLE color: 16725.

HSL color Cylindrical-coordinate representation of color #554100: hue angle of 45.88º 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 #554100 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 65 0 -
CMYK 0 0.24 1 0.67
HSL 45.88º 1% 0.17% -
HSV(B) 45.88º 1% 0.33% -
XYZ 5.64 5.71 0.81 -
YUV 63.57 92.13 143.29 -
System Red Green Blue C M Y K H S L
Decimal 85 65 0 0 0.24 1 0.67 45.88 1 0.17
Hex 55 41 0 0 18 64 43 2E 64 11
Octal 125 101 0 0 30 144 103 56 144 21
Binary 1010101 1000001 0 0 11000 1100100 1000011 101110 1100100 10001

Color Harmonies of #554100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554100

Black with #554100

Text Example


Text Example

White with #554100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554100; }

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

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

background-color css

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

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

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

border-color css

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

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

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