#554B14

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

Shades of Bronze Olive #554B14

Tints of Bronze Olive #554B14

Color information

#554B14 (or 0x554B14) is unknown color: approx Bronze Olive. HEX triplet: 55, 4B and 14. RGB value is (85,75,20). Sum of RGB (Red+Green+Blue) = 85+75+20=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #554B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554B14 is #AAB4EB. Grayscale: #474747. Windows color (decimal): -11187436 or 1330005. OLE color: 1330005.

HSL color Cylindrical-coordinate representation of color #554B14: hue angle of 50.77º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #554B14 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB857520-
CMYK00.120.760.67
HSL50.77º61.9%20.59%-
HSV(B)50.77º76.47%33.33%-
XYZ6.397.011.68-
YUV71.7298.81137.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 75 (29.69% from 255) = 41.67%
BLUE value IS 20 (8.20% from 255) = 11.11%
R=47.22%
G=41.67%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85752000.120.760.6750.7761.920.59
Hex554B140C4C43333e15
Octal12511324014114103637625
Binary1010101100101110100011001001100100001111001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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