Html Css Color HEX #524520 Bronze Olive

📋 copy color: '#524520'

red 82 ◦ green 69 ◦ blue 32

#524520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #524520

Tints of Bronze Olive #524520

RGB

 RED value IS 82 (32.42% from 255) = 44.81%

 GREEN value IS 69 (27.34% from 255) = 37.7%

 BLUE value IS 32 (12.89% from 255) = 17.49%

R = 44.81%
G = 37.7%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#524520 (or 0x524520) is known color: Bronze Olive. HEX triplet: 52, 45 and 20. RGB value is (82,69,32). Sum of RGB (Red+Green+Blue) = 82+69+32=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #524520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524520 is #ADBADF. Grayscale: #444444. Windows color (decimal): -11385568 or 2114898. OLE color: 2114898.

HSL color Cylindrical-coordinate representation of color #524520: hue angle of 44.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #524520 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 69 32 -
CMYK 0 0.16 0.61 0.68
HSL 44.4º 0.44% 0.22% -
HSV(B) 44.4º 0.61% 0.32% -
XYZ 5.87 6.15 2.25 -
YUV 68.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 82 69 32 0 0.16 0.61 0.68 44.4 0.44 0.22
Hex 52 45 20 0 10 3D 44 2C 2C 16
Octal 122 105 40 0 20 75 104 54 54 26
Binary 1010010 1000101 100000 0 10000 111101 1000100 101100 101100 10110

Color Harmonies of #524520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524520

Black with #524520

Text Example


Text Example

White with #524520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524520; }

 p { color: rgb(82,69,32); }

 H1.HeaderClassName
 {
   color: #524520;
 }
 .AnyTagClassName
 {
   color: #524520;
 }
</style>

background-color css

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

 a { background-color: rgb(82,69,32); }

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

border-color css

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

 span { border-color: rgb(82,69,32); }

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