Html Css Color HEX #524424 Bronze Olive

📋 copy color: '#524424'

red 82 ◦ green 68 ◦ blue 36

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

Shades of Bronze Olive #524424

Tints of Bronze Olive #524424

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.56%

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

R = 44.09%
G = 36.56%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#524424 (or 0x524424) is known color: Bronze Olive. HEX triplet: 52, 44 and 24. RGB value is (82,68,36). Sum of RGB (Red+Green+Blue) = 82+68+36=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #524424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524424 is #ADBBDB. Grayscale: #444444. Windows color (decimal): -11385820 or 2376786. OLE color: 2376786.

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

Color convert

RGB 82 68 36 -
CMYK 0 0.17 0.56 0.68
HSL 41.74º 0.39% 0.23% -
HSV(B) 41.74º 0.56% 0.32% -
XYZ 5.87 6.06 2.53 -
YUV 68.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 82 68 36 0 0.17 0.56 0.68 41.74 0.39 0.23
Hex 52 44 24 0 11 38 44 2A 27 17
Octal 122 104 44 0 21 70 104 52 47 27
Binary 1010010 1000100 100100 0 10001 111000 1000100 101010 100111 10111

Color Harmonies of #524424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524424

Black with #524424

Text Example


Text Example

White with #524424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524424; }

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

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

background-color css

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

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

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

border-color css

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

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

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