Html Css Color HEX #524719 Bronze Olive

📋 copy color: '#524719'

red 82 ◦ green 71 ◦ blue 25

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

Shades of Bronze Olive #524719

Tints of Bronze Olive #524719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.04%

R = 46.07%
G = 39.89%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#524719 (or 0x524719) is known color: Bronze Olive. HEX triplet: 52, 47 and 19. RGB value is (82,71,25). Sum of RGB (Red+Green+Blue) = 82+71+25=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #524719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524719 is #ADB8E6. Grayscale: #454545. Windows color (decimal): -11385063 or 1656658. OLE color: 1656658.

HSL color Cylindrical-coordinate representation of color #524719: hue angle of 48.42º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #524719 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 71 25 -
CMYK 0 0.13 0.70 0.68
HSL 48.42º 0.53% 0.21% -
HSV(B) 48.42º 0.7% 0.32% -
XYZ 5.91 6.37 1.84 -
YUV 69.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 82 71 25 0 0.13 0.70 0.68 48.42 0.53 0.21
Hex 52 47 19 0 D 46 44 30 35 15
Octal 122 107 31 0 15 106 104 60 65 25
Binary 1010010 1000111 11001 0 1101 1000110 1000100 110000 110101 10101

Color Harmonies of #524719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524719

Black with #524719

Text Example


Text Example

White with #524719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524719; }

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

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

background-color css

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

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

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

border-color css

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

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

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