#554F12

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

Shades of Bronze Olive #554F12

Tints of Bronze Olive #554F12

Color information

#554F12 (or 0x554F12) is unknown color: approx Bronze Olive. HEX triplet: 55, 4F and 12. RGB value is (85,79,18). Sum of RGB (Red+Green+Blue) = 85+79+18=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #554F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F12 is #AAB0ED. Grayscale: #4A4A4A. Windows color (decimal): -11186414 or 1199957. OLE color: 1199957.

HSL color Cylindrical-coordinate representation of color #554F12: hue angle of 54.63º 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 #554F12 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB857918-
CMYK00.070.790.67
HSL54.63º65.05%20.2%-
HSV(B)54.63º78.82%33.33%-
XYZ6.657.571.68-
YUV73.8496.49135.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 79 (31.25% from 255) = 43.41%
BLUE value IS 18 (7.42% from 255) = 9.89%
R=46.70%
G=43.41%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85791800.070.790.6754.6365.0520.2
Hex554F12074F43374114
Octal12511722071171036710124
Binary1010101100111110010011110011111000011110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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