Html Css Color HEX #554300 Madras

📋 copy color: '#554300'

red 85 ◦ green 67 ◦ blue 0

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

Shades of Madras #554300

Tints of Madras #554300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.08%

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

R = 55.92%
G = 44.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#554300 (or 0x554300) is known color: Madras. HEX triplet: 55, 43 and 00. RGB value is (85,67,0). Sum of RGB (Red+Green+Blue) = 85+67+0=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #554300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554300 is #AABCFF. Grayscale: #414141. Windows color (decimal): -11189504 or 17237. OLE color: 17237.

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

Color convert

RGB 85 67 0 -
CMYK 0 0.21 1 0.67
HSL 47.29º 1% 0.17% -
HSV(B) 47.29º 1% 0.33% -
XYZ 5.75 5.95 0.84 -
YUV 64.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 85 67 0 0 0.21 1 0.67 47.29 1 0.17
Hex 55 43 0 0 15 64 43 2F 64 11
Octal 125 103 0 0 25 144 103 57 144 21
Binary 1010101 1000011 0 0 10101 1100100 1000011 101111 1100100 10001

Color Harmonies of #554300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554300

Black with #554300

Text Example


Text Example

White with #554300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554300; }

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

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

background-color css

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

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

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

border-color css

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

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

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