#554316

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

Shades of Bronze Olive #554316

Tints of Bronze Olive #554316

Color information

#554316 (or 0x554316) is unknown color: approx Bronze Olive. HEX triplet: 55, 43 and 16. RGB value is (85,67,22). Sum of RGB (Red+Green+Blue) = 85+67+22=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #554316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554316 is #AABCE9. Grayscale: #434343. Windows color (decimal): -11189482 or 1459029. OLE color: 1459029.

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

Color convert

RGB856722-
CMYK00.210.740.67
HSL42.86º58.88%20.98%-
HSV(B)42.86º74.12%33.33%-
XYZ5.961.61-
YUV67.25102.46140.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 22 (8.98% from 255) = 12.64%
R=48.85%
G=38.51%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85672200.210.740.6742.8658.8820.98
Hex5543160154A432b3b15
Octal12510326025112103537325
Binary10101011000011101100101011001010100001110101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554316; }

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

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

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

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

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

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

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

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