#554C0F

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

Shades of Bronze Olive #554C0F

Tints of Bronze Olive #554C0F

Color information

#554C0F (or 0x554C0F) is unknown color: approx Bronze Olive. HEX triplet: 55, 4C and 0F. RGB value is (85,76,15). Sum of RGB (Red+Green+Blue) = 85+76+15=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #554C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C0F is #AAB3F0. Grayscale: #474747. Windows color (decimal): -11187185 or 1002581. OLE color: 1002581.

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

Color convert

RGB857615-
CMYK00.110.820.67
HSL52.29º70%19.61%-
HSV(B)52.29º82.35%33.33%-
XYZ6.427.131.49-
YUV71.7495.98137.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 76 (30.08% from 255) = 43.18%
BLUE value IS 15 (6.25% from 255) = 8.52%
R=48.30%
G=43.18%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85761500.110.820.6752.297019.61
Hex554CF0B5243344614
Octal125114170131221036410624
Binary1010101100110011110101110100101000011110100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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