#554F15

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

Shades of Bronze Olive #554F15

Tints of Bronze Olive #554F15

Color information

#554F15 (or 0x554F15) is unknown color: approx Bronze Olive. HEX triplet: 55, 4F and 15. RGB value is (85,79,21). Sum of RGB (Red+Green+Blue) = 85+79+21=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #554F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F15 is #AAB0EA. Grayscale: #4A4A4A. Windows color (decimal): -11186411 or 1396565. OLE color: 1396565.

HSL color Cylindrical-coordinate representation of color #554F15: hue angle of 54.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #554F15 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB857921-
CMYK00.070.750.67
HSL54.38º60.38%20.78%-
HSV(B)54.38º75.29%33.33%-
XYZ6.687.581.82-
YUV74.1897.99135.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 79 (31.25% from 255) = 42.70%
BLUE value IS 21 (8.59% from 255) = 11.35%
R=45.95%
G=42.70%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85792100.070.750.6754.3860.3820.78
Hex554F15074B43363c15
Octal1251172507113103667425
Binary101010110011111010101111001011100001111011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554F15; }

 p { color: rgb(85,79,21); }

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

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

 a { background-color: rgb(85,79,21); }

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

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

 span { border-color: rgb(85,79,21); }

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