Html Css Color HEX #524824 Bronze Olive

📋 copy color: '#524824'

red 82 ◦ green 72 ◦ blue 36

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

Shades of Bronze Olive #524824

Tints of Bronze Olive #524824

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.89%

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

R = 43.16%
G = 37.89%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#524824 (or 0x524824) is known color: Bronze Olive. HEX triplet: 52, 48 and 24. RGB value is (82,72,36). Sum of RGB (Red+Green+Blue) = 82+72+36=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #524824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524824 is #ADB7DB. Grayscale: #474747. Windows color (decimal): -11384796 or 2377810. OLE color: 2377810.

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

Color convert

RGB 82 72 36 -
CMYK 0 0.12 0.56 0.68
HSL 46.96º 0.39% 0.23% -
HSV(B) 46.96º 0.56% 0.32% -
XYZ 6.12 6.56 2.61 -
YUV 70.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 82 72 36 0 0.12 0.56 0.68 46.96 0.39 0.23
Hex 52 48 24 0 C 38 44 2F 27 17
Octal 122 110 44 0 14 70 104 57 47 27
Binary 1010010 1001000 100100 0 1100 111000 1000100 101111 100111 10111

Color Harmonies of #524824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524824

Black with #524824

Text Example


Text Example

White with #524824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524824; }

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

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

background-color css

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

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

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

border-color css

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

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

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