Html Css Color HEX #524724 Bronze Olive

📋 copy color: '#524724'

red 82 ◦ green 71 ◦ blue 36

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

Shades of Bronze Olive #524724

Tints of Bronze Olive #524724

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.57%

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

R = 43.39%
G = 37.57%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#524724 (or 0x524724) is known color: Bronze Olive. HEX triplet: 52, 47 and 24. RGB value is (82,71,36). Sum of RGB (Red+Green+Blue) = 82+71+36=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #524724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524724 is #ADB8DB. Grayscale: #464646. Windows color (decimal): -11385052 or 2377554. OLE color: 2377554.

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

Color convert

RGB 82 71 36 -
CMYK 0 0.13 0.56 0.68
HSL 45.65º 0.39% 0.23% -
HSV(B) 45.65º 0.56% 0.32% -
XYZ 6.05 6.43 2.59 -
YUV 70.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 82 71 36 0 0.13 0.56 0.68 45.65 0.39 0.23
Hex 52 47 24 0 D 38 44 2E 27 17
Octal 122 107 44 0 15 70 104 56 47 27
Binary 1010010 1000111 100100 0 1101 111000 1000100 101110 100111 10111

Color Harmonies of #524724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524724

Black with #524724

Text Example


Text Example

White with #524724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524724; }

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

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

background-color css

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

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

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

border-color css

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

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

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