#554614

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

Shades of Bronze Olive #554614

Tints of Bronze Olive #554614

Color information

#554614 (or 0x554614) is unknown color: approx Bronze Olive. HEX triplet: 55, 46 and 14. RGB value is (85,70,20). Sum of RGB (Red+Green+Blue) = 85+70+20=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #554614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554614 is #AAB9EB. Grayscale: #454545. Windows color (decimal): -11188716 or 1328725. OLE color: 1328725.

HSL color Cylindrical-coordinate representation of color #554614: hue angle of 46.15º 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 #554614 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB857020-
CMYK00.180.760.67
HSL46.15º61.9%20.59%-
HSV(B)46.15º76.47%33.33%-
XYZ6.066.361.57-
YUV68.78100.47139.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 20 (8.20% from 255) = 11.43%
R=48.57%
G=40%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85702000.180.760.6746.1561.920.59
Hex5546140124C432e3e15
Octal12510624022114103567625
Binary10101011000110101000100101001100100001110111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554614; }

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

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

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

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

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

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

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

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