#554B0F

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

Shades of Bronze Olive #554B0F

Tints of Bronze Olive #554B0F

Color information

#554B0F (or 0x554B0F) is unknown color: approx Bronze Olive. HEX triplet: 55, 4B and 0F. RGB value is (85,75,15). Sum of RGB (Red+Green+Blue) = 85+75+15=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #554B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554B0F is #AAB4F0. Grayscale: #474747. Windows color (decimal): -11187441 or 1002325. OLE color: 1002325.

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

Color convert

RGB857515-
CMYK00.120.820.67
HSL51.43º70%19.61%-
HSV(B)51.43º82.35%33.33%-
XYZ6.3571.47-
YUV71.1596.31137.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 75 (29.69% from 255) = 42.86%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=48.57%
G=42.86%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85751500.120.820.6751.437019.61
Hex554BF0C5243334614
Octal125113170141221036310624
Binary1010101100101111110110010100101000011110011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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