Html Css Color HEX #524524 Bronze Olive

📋 copy color: '#524524'

red 82 ◦ green 69 ◦ blue 36

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

Shades of Bronze Olive #524524

Tints of Bronze Olive #524524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.25%

R = 43.85%
G = 36.9%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#524524 (or 0x524524) is known color: Bronze Olive. HEX triplet: 52, 45 and 24. RGB value is (82,69,36). Sum of RGB (Red+Green+Blue) = 82+69+36=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #524524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524524 is #ADBADB. Grayscale: #454545. Windows color (decimal): -11385564 or 2377042. OLE color: 2377042.

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

Color convert

RGB 82 69 36 -
CMYK 0 0.16 0.56 0.68
HSL 43.04º 0.39% 0.23% -
HSV(B) 43.04º 0.56% 0.32% -
XYZ 5.93 6.18 2.55 -
YUV 69.13 109.31 137.18 -
System Red Green Blue C M Y K H S L
Decimal 82 69 36 0 0.16 0.56 0.68 43.04 0.39 0.23
Hex 52 45 24 0 10 38 44 2B 27 17
Octal 122 105 44 0 20 70 104 53 47 27
Binary 1010010 1000101 100100 0 10000 111000 1000100 101011 100111 10111

Color Harmonies of #524524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524524

Black with #524524

Text Example


Text Example

White with #524524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524524; }

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

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

background-color css

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

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

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

border-color css

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

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

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