#524E23

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

Shades of Bronze Olive #524E23

Tints of Bronze Olive #524E23

Color information

#524E23 (or 0x524E23) is unknown color: approx Bronze Olive. HEX triplet: 52, 4E and 23. RGB value is (82,78,35). Sum of RGB (Red+Green+Blue) = 82+78+35=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #524E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E23 is #ADB1DC. Grayscale: #4A4A4A. Windows color (decimal): -11383261 or 2313810. OLE color: 2313810.

HSL color Cylindrical-coordinate representation of color #524E23: hue angle of 54.89º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #524E23 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB827835-
CMYK00.050.570.68
HSL54.89º40.17%22.94%-
HSV(B)54.89º57.32%32.16%-
XYZ6.517.362.67-
YUV74.29105.83133.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 78 (30.86% from 255) = 40%
BLUE value IS 35 (14.06% from 255) = 17.95%
R=42.05%
G=40%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82783500.050.570.6854.8940.1722.94
Hex524E23053944372817
Octal122116430571104675027
Binary101001010011101000110101111001100010011011110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524E23; }

 p { color: rgb(82,78,35); }

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

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

 a { background-color: rgb(82,78,35); }

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

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

 span { border-color: rgb(82,78,35); }

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