#554C0A

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

Shades of Bronze Olive #554C0A

Tints of Bronze Olive #554C0A

Color information

#554C0A (or 0x554C0A) is unknown color: approx Bronze Olive. HEX triplet: 55, 4C and 0A. RGB value is (85,76,10). Sum of RGB (Red+Green+Blue) = 85+76+10=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #554C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C0A is #AAB3F5. Grayscale: #474747. Windows color (decimal): -11187190 or 674901. OLE color: 674901.

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

Color convert

RGB857610-
CMYK00.110.880.67
HSL52.8º78.95%18.63%-
HSV(B)52.8º88.24%33.33%-
XYZ6.397.121.33-
YUV71.1793.48137.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 76 (30.08% from 255) = 44.44%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=49.71%
G=44.44%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85761000.110.880.6752.878.9518.63
Hex554CA0B5843354f13
Octal125114120131301036511723
Binary1010101100110010100101110110001000011110101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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