#554800

Color #554800 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #554800

Tints of Bronze Olive #554800

Color information

#554800 (or 0x554800) is unknown color: approx Bronze Olive. HEX triplet: 55, 48 and 00. RGB value is (85,72,0). Sum of RGB (Red+Green+Blue) = 85+72+0=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #554800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554800 is #AAB7FF. Grayscale: #434343. Windows color (decimal): -11188224 or 18517. OLE color: 18517.

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

Color convert

RGB85720-
CMYK00.1510.67
HSL50.82º100%16.67%-
HSV(B)50.82º100%33.33%-
XYZ6.066.570.95-
YUV67.6889.81140.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 72 (28.52% from 255) = 45.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.14%
G=45.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8572000.1510.6750.8210016.67
Hex554800F6443336411
Octal12511000171441036314421
Binary1010101100100000111111001001000011110011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554800; }

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

 H1.HeaderClassName
 {
   color: #554800;
 }
 .AnyTagClassName
 {
   color: #554800;
 }
</style>
background-color css

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

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

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

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

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

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