#554E24

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

Shades of Bronze Olive #554E24

Tints of Bronze Olive #554E24

Color information

#554E24 (or 0x554E24) is unknown color: approx Bronze Olive. HEX triplet: 55, 4E and 24. RGB value is (85,78,36). Sum of RGB (Red+Green+Blue) = 85+78+36=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #554E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E24 is #AAB1DB. Grayscale: #4B4B4B. Windows color (decimal): -11186652 or 2379349. OLE color: 2379349.

HSL color Cylindrical-coordinate representation of color #554E24: hue angle of 51.43º 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 #554E24 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB857836-
CMYK00.080.580.67
HSL51.43º40.5%23.73%-
HSV(B)51.43º57.65%33.33%-
XYZ6.797.512.76-
YUV75.3105.82134.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 36 (14.45% from 255) = 18.09%
R=42.71%
G=39.20%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85783600.080.580.6751.4340.523.73
Hex554E24083A43332818
Octal1251164401072103635030
Binary1010101100111010010001000111010100001111001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554E24; }

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

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

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

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

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

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

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

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