Html Css Color HEX #524716 Bronze Olive

📋 copy color: '#524716'

red 82 ◦ green 71 ◦ blue 22

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

Shades of Bronze Olive #524716

Tints of Bronze Olive #524716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.57%

R = 46.86%
G = 40.57%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#524716 (or 0x524716) is known color: Bronze Olive. HEX triplet: 52, 47 and 16. RGB value is (82,71,22). Sum of RGB (Red+Green+Blue) = 82+71+22=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #524716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524716 is #ADB8E9. Grayscale: #444444. Windows color (decimal): -11385066 or 1460050. OLE color: 1460050.

HSL color Cylindrical-coordinate representation of color #524716: hue angle of 49º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #524716 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 71 22 -
CMYK 0 0.13 0.73 0.68
HSL 49º 0.58% 0.2% -
HSV(B) 49º 0.73% 0.32% -
XYZ 5.88 6.36 1.68 -
YUV 68.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 82 71 22 0 0.13 0.73 0.68 49 0.58 0.2
Hex 52 47 16 0 D 49 44 31 3A 14
Octal 122 107 26 0 15 111 104 61 72 24
Binary 1010010 1000111 10110 0 1101 1001001 1000100 110001 111010 10100

Color Harmonies of #524716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524716

Black with #524716

Text Example


Text Example

White with #524716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524716; }

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

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

background-color css

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

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

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

border-color css

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

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

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