Html Css Color HEX #524710 Bronze Olive

📋 copy color: '#524710'

red 82 ◦ green 71 ◦ blue 16

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

Shades of Bronze Olive #524710

Tints of Bronze Olive #524710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.47%

R = 48.52%
G = 42.01%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#524710 (or 0x524710) is known color: Bronze Olive. HEX triplet: 52, 47 and 10. RGB value is (82,71,16). Sum of RGB (Red+Green+Blue) = 82+71+16=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #524710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524710 is #ADB8EF. Grayscale: #444444. Windows color (decimal): -11385072 or 1066834. OLE color: 1066834.

HSL color Cylindrical-coordinate representation of color #524710: hue angle of 50º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #524710 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 71 16 -
CMYK 0 0.13 0.80 0.68
HSL 50º 0.67% 0.19% -
HSV(B) 50º 0.8% 0.32% -
XYZ 5.83 6.34 1.41 -
YUV 68.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 82 71 16 0 0.13 0.80 0.68 50 0.67 0.19
Hex 52 47 10 0 D 50 44 32 43 13
Octal 122 107 20 0 15 120 104 62 103 23
Binary 1010010 1000111 10000 0 1101 1010000 1000100 110010 1000011 10011

Color Harmonies of #524710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524710

Black with #524710

Text Example


Text Example

White with #524710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524710; }

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

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

background-color css

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

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

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

border-color css

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

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

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