#554424

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

Shades of Bronze Olive #554424

Tints of Bronze Olive #554424

Color information

#554424 (or 0x554424) is unknown color: approx Bronze Olive. HEX triplet: 55, 44 and 24. RGB value is (85,68,36). Sum of RGB (Red+Green+Blue) = 85+68+36=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #554424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554424 is #AABBDB. Grayscale: #454545. Windows color (decimal): -11189212 or 2376789. OLE color: 2376789.

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

Color convert

RGB856836-
CMYK00.200.580.67
HSL39.18º40.5%23.73%-
HSV(B)39.18º57.65%33.33%-
XYZ6.136.192.54-
YUV69.43109.13139.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 36 (14.45% from 255) = 19.05%
R=44.97%
G=35.98%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85683600.200.580.6739.1840.523.73
Hex5544240143A43272818
Octal1251044402472103475030
Binary10101011000100100100010100111010100001110011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554424; }

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

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

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

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

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

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

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

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