#55501F

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

Shades of Bronze Olive #55501F

Tints of Bronze Olive #55501F

Color information

#55501F (or 0x55501F) is unknown color: approx Bronze Olive. HEX triplet: 55, 50 and 1F. RGB value is (85,80,31). Sum of RGB (Red+Green+Blue) = 85+80+31=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55501F is #AAAFE0. Grayscale: #4C4C4C. Windows color (decimal): -11186145 or 2052181. OLE color: 2052181.

HSL color Cylindrical-coordinate representation of color #55501F: hue angle of 54.44º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55501F is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB858031-
CMYK00.060.640.67
HSL54.44º46.55%22.75%-
HSV(B)54.44º63.53%33.33%-
XYZ6.867.772.43-
YUV75.91102.66134.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 31 (12.5% from 255) = 15.82%
R=43.37%
G=40.82%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85803100.060.640.6754.4446.5522.75
Hex55501F064043362f17
Octal1251203706100103665727
Binary101010110100001111101101000000100001111011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55501F; }

 p { color: rgb(85,80,31); }

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

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

 a { background-color: rgb(85,80,31); }

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

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

 span { border-color: rgb(85,80,31); }

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