#55521E

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

Shades of Bronze Olive #55521E

Tints of Bronze Olive #55521E

Color information

#55521E (or 0x55521E) is unknown color: approx Bronze Olive. HEX triplet: 55, 52 and 1E. RGB value is (85,82,30). Sum of RGB (Red+Green+Blue) = 85+82+30=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55521E is #AAADE1. Grayscale: #4D4D4D. Windows color (decimal): -11185634 or 1987157. OLE color: 1987157.

HSL color Cylindrical-coordinate representation of color #55521E: hue angle of 56.73º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55521E is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB858230-
CMYK00.040.650.67
HSL56.73º47.83%22.55%-
HSV(B)56.73º64.71%33.33%-
XYZ78.062.42-
YUV76.97101.49133.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 30 (12.11% from 255) = 15.23%
R=43.15%
G=41.62%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85823000.040.650.6756.7347.8322.55
Hex55521E044143393017
Octal1251223604101103716027
Binary101010110100101111001001000001100001111100111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55521E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55521E; }

 p { color: rgb(85,82,30); }

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

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

 a { background-color: rgb(85,82,30); }

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

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

 span { border-color: rgb(85,82,30); }

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