#524723

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

Shades of Bronze Olive #524723

Tints of Bronze Olive #524723

Color information

#524723 (or 0x524723) is unknown color: approx Bronze Olive. HEX triplet: 52, 47 and 23. RGB value is (82,71,35). Sum of RGB (Red+Green+Blue) = 82+71+35=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #524723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524723 is #ADB8DC. Grayscale: #464646. Windows color (decimal): -11385053 or 2312018. OLE color: 2312018.

HSL color Cylindrical-coordinate representation of color #524723: hue angle of 45.96º 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 #524723 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB827135-
CMYK00.130.570.68
HSL45.96º40.17%22.94%-
HSV(B)45.96º57.32%32.16%-
XYZ6.046.422.51-
YUV70.18108.14136.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 35 (14.06% from 255) = 18.62%
R=43.62%
G=37.77%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82713500.130.570.6845.9640.1722.94
Hex5247230D39442e2817
Octal1221074301571104565027
Binary1010010100011110001101101111001100010010111010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524723; }

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

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

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

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

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

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

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

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