#554F0F

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

Shades of Bronze Olive #554F0F

Tints of Bronze Olive #554F0F

Color information

#554F0F (or 0x554F0F) is unknown color: approx Bronze Olive. HEX triplet: 55, 4F and 0F. RGB value is (85,79,15). Sum of RGB (Red+Green+Blue) = 85+79+15=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #554F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F0F is #AAB0F0. Grayscale: #494949. Windows color (decimal): -11186417 or 1003349. OLE color: 1003349.

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

Color convert

RGB857915-
CMYK00.070.820.67
HSL54.86º70%19.61%-
HSV(B)54.86º82.35%33.33%-
XYZ6.637.561.56-
YUV73.594.99136.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 15 (6.25% from 255) = 8.38%
R=47.49%
G=44.13%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85791500.070.820.6754.867019.61
Hex554FF075243374614
Octal12511717071221036710624
Binary101010110011111111011110100101000011110111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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