#554C18

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

Shades of Bronze Olive #554C18

Tints of Bronze Olive #554C18

Color information

#554C18 (or 0x554C18) is unknown color: approx Bronze Olive. HEX triplet: 55, 4C and 18. RGB value is (85,76,24). Sum of RGB (Red+Green+Blue) = 85+76+24=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #554C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C18 is #AAB3E7. Grayscale: #484848. Windows color (decimal): -11187176 or 1592405. OLE color: 1592405.

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

Color convert

RGB857624-
CMYK00.110.720.67
HSL51.15º55.96%21.37%-
HSV(B)51.15º71.76%33.33%-
XYZ6.57.171.9-
YUV72.76100.48136.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 76 (30.08% from 255) = 41.08%
BLUE value IS 24 (9.77% from 255) = 12.97%
R=45.95%
G=41.08%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85762400.110.720.6751.1555.9621.37
Hex554C180B4843333815
Octal12511430013110103637025
Binary1010101100110011000010111001000100001111001111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,76,24); }

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

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

 a { background-color: rgb(85,76,24); }

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

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

 span { border-color: rgb(85,76,24); }

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