#554818

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

Shades of Bronze Olive #554818

Tints of Bronze Olive #554818

Color information

#554818 (or 0x554818) is unknown color: approx Bronze Olive. HEX triplet: 55, 48 and 18. RGB value is (85,72,24). Sum of RGB (Red+Green+Blue) = 85+72+24=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #554818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554818 is #AAB7E7. Grayscale: #464646. Windows color (decimal): -11188200 or 1591381. OLE color: 1591381.

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

Color convert

RGB857224-
CMYK00.150.720.67
HSL47.21º55.96%21.37%-
HSV(B)47.21º71.76%33.33%-
XYZ6.236.631.82-
YUV70.42101.81138.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 24 (9.77% from 255) = 13.26%
R=46.96%
G=39.78%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85722400.150.720.6747.2155.9621.37
Hex5548180F48432f3815
Octal12511030017110103577025
Binary1010101100100011000011111001000100001110111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554818; }

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

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

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

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

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

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

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

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