#55481E

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

Shades of Bronze Olive #55481E

Tints of Bronze Olive #55481E

Color information

#55481E (or 0x55481E) is unknown color: approx Bronze Olive. HEX triplet: 55, 48 and 1E. RGB value is (85,72,30). Sum of RGB (Red+Green+Blue) = 85+72+30=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #55481E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55481E is #AAB7E1. Grayscale: #474747. Windows color (decimal): -11188194 or 1984597. OLE color: 1984597.

HSL color Cylindrical-coordinate representation of color #55481E: hue angle of 45.82º 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 #55481E is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB857230-
CMYK00.150.650.67
HSL45.82º47.83%22.55%-
HSV(B)45.82º64.71%33.33%-
XYZ6.36.662.18-
YUV71.1104.81137.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=45.45%
G=38.50%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85723000.150.650.6745.8247.8322.55
Hex55481E0F41432e3017
Octal12511036017101103566027
Binary1010101100100011110011111000001100001110111011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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