#554912

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

Shades of Bronze Olive #554912

Tints of Bronze Olive #554912

Color information

#554912 (or 0x554912) is unknown color: approx Bronze Olive. HEX triplet: 55, 49 and 12. RGB value is (85,73,18). Sum of RGB (Red+Green+Blue) = 85+73+18=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #554912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554912 is #AAB6ED. Grayscale: #464646. Windows color (decimal): -11187950 or 1198421. OLE color: 1198421.

HSL color Cylindrical-coordinate representation of color #554912: hue angle of 49.25º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #554912 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB857318-
CMYK00.140.790.67
HSL49.25º65.05%20.2%-
HSV(B)49.25º78.82%33.33%-
XYZ6.246.741.54-
YUV70.3298.48138.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 73 (28.91% from 255) = 41.48%
BLUE value IS 18 (7.42% from 255) = 10.23%
R=48.30%
G=41.48%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85731800.140.790.6749.2565.0520.2
Hex5549120E4F43314114
Octal125111220161171036110124
Binary10101011001001100100111010011111000011110001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554912; }

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

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

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

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

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

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

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

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