#554820

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

Shades of Bronze Olive #554820

Tints of Bronze Olive #554820

Color information

#554820 (or 0x554820) is unknown color: approx Bronze Olive. HEX triplet: 55, 48 and 20. RGB value is (85,72,32). Sum of RGB (Red+Green+Blue) = 85+72+32=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #554820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554820 is #AAB7DF. Grayscale: #474747. Windows color (decimal): -11188192 or 2115669. OLE color: 2115669.

HSL color Cylindrical-coordinate representation of color #554820: hue angle of 45.28º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #554820 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB857232-
CMYK00.150.620.67
HSL45.28º45.3%22.94%-
HSV(B)45.28º62.35%33.33%-
XYZ6.326.672.32-
YUV71.33105.81137.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 72 (28.52% from 255) = 38.10%
BLUE value IS 32 (12.89% from 255) = 16.93%
R=44.97%
G=38.10%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85723200.150.620.6745.2845.322.94
Hex5548200F3E432d2d17
Octal1251104001776103555527
Binary1010101100100010000001111111110100001110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554820; }

 p { color: rgb(85,72,32); }

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

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

 a { background-color: rgb(85,72,32); }

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

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

 span { border-color: rgb(85,72,32); }

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