#554320

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

Shades of Bronze Olive #554320

Tints of Bronze Olive #554320

Color information

#554320 (or 0x554320) is unknown color: approx Bronze Olive. HEX triplet: 55, 43 and 20. RGB value is (85,67,32). Sum of RGB (Red+Green+Blue) = 85+67+32=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #554320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554320 is #AABCDF. Grayscale: #444444. Windows color (decimal): -11189472 or 2114389. OLE color: 2114389.

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

Color convert

RGB856732-
CMYK00.210.620.67
HSL39.62º45.3%22.94%-
HSV(B)39.62º62.35%33.33%-
XYZ6.016.052.22-
YUV68.39107.46139.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 67 (26.56% from 255) = 36.41%
BLUE value IS 32 (12.89% from 255) = 17.39%
R=46.20%
G=36.41%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85673200.210.620.6739.6245.322.94
Hex5543200153E43282d17
Octal1251034002576103505527
Binary10101011000011100000010101111110100001110100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554320; }

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

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

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

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

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

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

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

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