#55500E

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

Shades of Bronze Olive #55500E

Tints of Bronze Olive #55500E

Color information

#55500E (or 0x55500E) is unknown color: approx Bronze Olive. HEX triplet: 55, 50 and 0E. RGB value is (85,80,14). Sum of RGB (Red+Green+Blue) = 85+80+14=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #55500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55500E is #AAAFF1. Grayscale: #4A4A4A. Windows color (decimal): -11186162 or 938069. OLE color: 938069.

HSL color Cylindrical-coordinate representation of color #55500E: hue angle of 55.77º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55500E is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB858014-
CMYK00.060.840.67
HSL55.77º71.72%19.41%-
HSV(B)55.77º83.53%33.33%-
XYZ6.697.71.55-
YUV73.9794.16135.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 80 (31.64% from 255) = 44.69%
BLUE value IS 14 (5.86% from 255) = 7.82%
R=47.49%
G=44.69%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85801400.060.840.6755.7771.7219.41
Hex5550E065443384813
Octal12512016061241037011023
Binary101010110100001110011010101001000011111000100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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