#554613

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

Shades of Bronze Olive #554613

Tints of Bronze Olive #554613

Color information

#554613 (or 0x554613) is unknown color: approx Bronze Olive. HEX triplet: 55, 46 and 13. RGB value is (85,70,19). Sum of RGB (Red+Green+Blue) = 85+70+19=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #554613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554613 is #AAB9EC. Grayscale: #444444. Windows color (decimal): -11188717 or 1263189. OLE color: 1263189.

HSL color Cylindrical-coordinate representation of color #554613: hue angle of 46.36º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #554613 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB857019-
CMYK00.180.780.67
HSL46.36º63.46%20.39%-
HSV(B)46.36º77.65%33.33%-
XYZ6.056.361.52-
YUV68.6799.97139.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 70 (27.73% from 255) = 40.23%
BLUE value IS 19 (7.81% from 255) = 10.92%
R=48.85%
G=40.23%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85701900.180.780.6746.3663.4620.39
Hex5546130124E432e3f14
Octal12510623022116103567724
Binary10101011000110100110100101001110100001110111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554613; }

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

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

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

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

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

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

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

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