Html Css Color HEX #524705 Bronze Olive

📋 copy color: '#524705'

red 82 ◦ green 71 ◦ blue 5

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

Shades of Bronze Olive #524705

Tints of Bronze Olive #524705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.16%

R = 51.9%
G = 44.94%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#524705 (or 0x524705) is known color: Bronze Olive. HEX triplet: 52, 47 and 05. RGB value is (82,71,5). Sum of RGB (Red+Green+Blue) = 82+71+5=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #524705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524705 is #ADB8FA. Grayscale: #434343. Windows color (decimal): -11385083 or 345938. OLE color: 345938.

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

Color convert

RGB 82 71 5 -
CMYK 0 0.13 0.94 0.68
HSL 51.43º 0.89% 0.17% -
HSV(B) 51.43º 0.94% 0.32% -
XYZ 5.76 6.31 1.06 -
YUV 66.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 82 71 5 0 0.13 0.94 0.68 51.43 0.89 0.17
Hex 52 47 5 0 D 5E 44 33 59 11
Octal 122 107 5 0 15 136 104 63 131 21
Binary 1010010 1000111 101 0 1101 1011110 1000100 110011 1011001 10001

Color Harmonies of #524705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524705

Black with #524705

Text Example


Text Example

White with #524705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524705; }

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

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

background-color css

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

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

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

border-color css

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

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

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