#554915

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

Shades of Bronze Olive #554915

Tints of Bronze Olive #554915

Color information

#554915 (or 0x554915) is unknown color: approx Bronze Olive. HEX triplet: 55, 49 and 15. RGB value is (85,73,21). Sum of RGB (Red+Green+Blue) = 85+73+21=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #554915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554915 is #AAB6EA. Grayscale: #464646. Windows color (decimal): -11187947 or 1395029. OLE color: 1395029.

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

Color convert

RGB857321-
CMYK00.140.750.67
HSL48.75º60.38%20.78%-
HSV(B)48.75º75.29%33.33%-
XYZ6.266.751.68-
YUV70.6699.98138.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 73 (28.91% from 255) = 40.78%
BLUE value IS 21 (8.59% from 255) = 11.73%
R=47.49%
G=40.78%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85732100.140.750.6748.7560.3820.78
Hex5549150E4B43313c15
Octal12511125016113103617425
Binary1010101100100110101011101001011100001111000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554915; }

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

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

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

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

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

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

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

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