#554214

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

Shades of Bronze Olive #554214

Tints of Bronze Olive #554214

Color information

#554214 (or 0x554214) is unknown color: approx Bronze Olive. HEX triplet: 55, 42 and 14. RGB value is (85,66,20). Sum of RGB (Red+Green+Blue) = 85+66+20=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #554214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554214 is #AABDEB. Grayscale: #424242. Windows color (decimal): -11189740 or 1327701. OLE color: 1327701.

HSL color Cylindrical-coordinate representation of color #554214: hue angle of 42.46º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #554214 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB856620-
CMYK00.220.760.67
HSL42.46º61.9%20.59%-
HSV(B)42.46º76.47%33.33%-
XYZ5.825.881.49-
YUV66.44101.79141.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 66 (26.17% from 255) = 38.60%
BLUE value IS 20 (8.20% from 255) = 11.70%
R=49.71%
G=38.60%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85662000.220.760.6742.4661.920.59
Hex5542140164C432a3e15
Octal12510224026114103527625
Binary10101011000010101000101101001100100001110101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554214; }

 p { color: rgb(85,66,20); }

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

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

 a { background-color: rgb(85,66,20); }

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

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

 span { border-color: rgb(85,66,20); }

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