Html Css Color HEX #554900 Bronze Olive

📋 copy color: '#554900'

red 85 ◦ green 73 ◦ blue 0

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

Shades of Bronze Olive #554900

Tints of Bronze Olive #554900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.2%

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

R = 53.8%
G = 46.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#554900 (or 0x554900) is known color: Bronze Olive. HEX triplet: 55, 49 and 00. RGB value is (85,73,0). Sum of RGB (Red+Green+Blue) = 85+73+0=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #554900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554900 is #AAB6FF. Grayscale: #444444. Windows color (decimal): -11187968 or 18773. OLE color: 18773.

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

Color convert

RGB 85 73 0 -
CMYK 0 0.14 1 0.67
HSL 51.53º 1% 0.17% -
HSV(B) 51.53º 1% 0.33% -
XYZ 6.13 6.7 0.97 -
YUV 68.27 89.48 139.94 -
System Red Green Blue C M Y K H S L
Decimal 85 73 0 0 0.14 1 0.67 51.53 1 0.17
Hex 55 49 0 0 E 64 43 34 64 11
Octal 125 111 0 0 16 144 103 64 144 21
Binary 1010101 1001001 0 0 1110 1100100 1000011 110100 1100100 10001

Color Harmonies of #554900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554900

Black with #554900

Text Example


Text Example

White with #554900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554900; }

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

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

background-color css

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

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

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

border-color css

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

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

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