#554513

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

Shades of Bronze Olive #554513

Tints of Bronze Olive #554513

Color information

#554513 (or 0x554513) is unknown color: approx Bronze Olive. HEX triplet: 55, 45 and 13. RGB value is (85,69,19). Sum of RGB (Red+Green+Blue) = 85+69+19=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #554513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554513 is #AABAEC. Grayscale: #444444. Windows color (decimal): -11188973 or 1262933. OLE color: 1262933.

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

Color convert

RGB856919-
CMYK00.190.780.67
HSL45.45º63.46%20.39%-
HSV(B)45.45º77.65%33.33%-
XYZ5.996.231.5-
YUV68.08100.3140.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 69 (27.34% from 255) = 39.88%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=49.13%
G=39.88%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85691900.190.780.6745.4563.4620.39
Hex5545130134E432d3f14
Octal12510523023116103557724
Binary10101011000101100110100111001110100001110110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554513; }

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

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

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

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

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

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

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

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