#5E5423

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

Shades of Bronze Olive #5E5423

Tints of Bronze Olive #5E5423

Color information

#5E5423 (or 0x5E5423) is unknown color: approx Bronze Olive. HEX triplet: 5E, 54 and 23. RGB value is (94,84,35). Sum of RGB (Red+Green+Blue) = 94+84+35=213 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.13% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5423 is #A1ABDC. Grayscale: #515151. Windows color (decimal): -10595293 or 2315358. OLE color: 2315358.

HSL color Cylindrical-coordinate representation of color #5E5423: hue angle of 49.83º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E5423 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB948435-
CMYK00.110.630.63
HSL49.83º45.74%25.29%-
HSV(B)49.83º62.77%36.86%-
XYZ8.098.842.87-
YUV81.4101.81136.98-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.13%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 35 (14.06% from 255) = 16.43%
R=44.13%
G=39.44%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94843500.110.630.6349.8345.7425.29
Hex5E54230B3F3F322e19
Octal136124430137777625631
Binary101111010101001000110101111111111111111001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E5423; }

 p { color: rgb(94,84,35); }

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

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

 a { background-color: rgb(94,84,35); }

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

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

 span { border-color: rgb(94,84,35); }

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