#554D0F

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

Shades of Bronze Olive #554D0F

Tints of Bronze Olive #554D0F

Color information

#554D0F (or 0x554D0F) is unknown color: approx Bronze Olive. HEX triplet: 55, 4D and 0F. RGB value is (85,77,15). Sum of RGB (Red+Green+Blue) = 85+77+15=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #554D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D0F is #AAB2F0. Grayscale: #484848. Windows color (decimal): -11186929 or 1002837. OLE color: 1002837.

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

Color convert

RGB857715-
CMYK00.090.820.67
HSL53.14º70%19.61%-
HSV(B)53.14º82.35%33.33%-
XYZ6.497.271.51-
YUV72.3295.65137.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 77 (30.47% from 255) = 43.50%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=48.02%
G=43.50%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85771500.090.820.6753.147019.61
Hex554DF095243354614
Octal125115170111221036510624
Binary1010101100110111110100110100101000011110101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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