#554816

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

Shades of Bronze Olive #554816

Tints of Bronze Olive #554816

Color information

#554816 (or 0x554816) is unknown color: approx Bronze Olive. HEX triplet: 55, 48 and 16. RGB value is (85,72,22). Sum of RGB (Red+Green+Blue) = 85+72+22=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #554816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554816 is #AAB7E9. Grayscale: #464646. Windows color (decimal): -11188202 or 1460309. OLE color: 1460309.

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

Color convert

RGB857222-
CMYK00.150.740.67
HSL47.62º58.88%20.98%-
HSV(B)47.62º74.12%33.33%-
XYZ6.216.621.71-
YUV70.19100.81138.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 72 (28.52% from 255) = 40.22%
BLUE value IS 22 (8.98% from 255) = 12.29%
R=47.49%
G=40.22%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85722200.150.740.6747.6258.8820.98
Hex5548160F4A43303b15
Octal12511026017112103607325
Binary1010101100100010110011111001010100001111000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554816; }

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

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

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

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

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

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

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

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