#554418

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

Shades of Bronze Olive #554418

Tints of Bronze Olive #554418

Color information

#554418 (or 0x554418) is unknown color: approx Bronze Olive. HEX triplet: 55, 44 and 18. RGB value is (85,68,24). Sum of RGB (Red+Green+Blue) = 85+68+24=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #554418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554418 is #AABBE7. Grayscale: #444444. Windows color (decimal): -11189224 or 1590357. OLE color: 1590357.

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

Color convert

RGB856824-
CMYK00.200.720.67
HSL43.28º55.96%21.37%-
HSV(B)43.28º71.76%33.33%-
XYZ5.986.131.73-
YUV68.07103.13140.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=48.02%
G=38.42%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85682400.200.720.6743.2855.9621.37
Hex55441801448432b3815
Octal12510430024110103537025
Binary10101011000100110000101001001000100001110101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554418; }

 p { color: rgb(85,68,24); }

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

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

 a { background-color: rgb(85,68,24); }

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

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

 span { border-color: rgb(85,68,24); }

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