#554C12

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

Shades of Bronze Olive #554C12

Tints of Bronze Olive #554C12

Color information

#554C12 (or 0x554C12) is unknown color: approx Bronze Olive. HEX triplet: 55, 4C and 12. RGB value is (85,76,18). Sum of RGB (Red+Green+Blue) = 85+76+18=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #554C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C12 is #AAB3ED. Grayscale: #484848. Windows color (decimal): -11187182 or 1199189. OLE color: 1199189.

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

Color convert

RGB857618-
CMYK00.110.790.67
HSL51.94º65.05%20.2%-
HSV(B)51.94º78.82%33.33%-
XYZ6.447.141.61-
YUV72.0897.48137.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 76 (30.08% from 255) = 42.46%
BLUE value IS 18 (7.42% from 255) = 10.06%
R=47.49%
G=42.46%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85761800.110.790.6751.9465.0520.2
Hex554C120B4F43344114
Octal125114220131171036410124
Binary10101011001100100100101110011111000011110100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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