Html Css Color HEX #524624 Bronze Olive

📋 copy color: '#524624'

red 82 ◦ green 70 ◦ blue 36

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

Shades of Bronze Olive #524624

Tints of Bronze Olive #524624

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.23%

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

R = 43.62%
G = 37.23%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#524624 (or 0x524624) is known color: Bronze Olive. HEX triplet: 52, 46 and 24. RGB value is (82,70,36). Sum of RGB (Red+Green+Blue) = 82+70+36=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #524624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524624 is #ADB9DB. Grayscale: #454545. Windows color (decimal): -11385308 or 2377298. OLE color: 2377298.

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

Color convert

RGB 82 70 36 -
CMYK 0 0.15 0.56 0.68
HSL 44.35º 0.39% 0.23% -
HSV(B) 44.35º 0.56% 0.32% -
XYZ 5.99 6.3 2.57 -
YUV 69.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 82 70 36 0 0.15 0.56 0.68 44.35 0.39 0.23
Hex 52 46 24 0 F 38 44 2C 27 17
Octal 122 106 44 0 17 70 104 54 47 27
Binary 1010010 1000110 100100 0 1111 111000 1000100 101100 100111 10111

Color Harmonies of #524624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524624

Black with #524624

Text Example


Text Example

White with #524624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524624; }

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

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

background-color css

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

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

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

border-color css

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

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

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