#554216

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

Shades of Bronze Olive #554216

Tints of Bronze Olive #554216

Color information

#554216 (or 0x554216) is unknown color: approx Bronze Olive. HEX triplet: 55, 42 and 16. RGB value is (85,66,22). Sum of RGB (Red+Green+Blue) = 85+66+22=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #554216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554216 is #AABDE9. Grayscale: #424242. Windows color (decimal): -11189738 or 1458773. OLE color: 1458773.

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

Color convert

RGB856622-
CMYK00.220.740.67
HSL41.9º58.88%20.98%-
HSV(B)41.9º74.12%33.33%-
XYZ5.845.891.59-
YUV66.66102.79141.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=49.13%
G=38.15%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85662200.220.740.6741.958.8820.98
Hex5542160164A432a3b15
Octal12510226026112103527325
Binary10101011000010101100101101001010100001110101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554216; }

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

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

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

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

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

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

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

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