Html Css Color HEX #524819 Bronze Olive

📋 copy color: '#524819'

red 82 ◦ green 72 ◦ blue 25

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

Shades of Bronze Olive #524819

Tints of Bronze Olive #524819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.22%

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

R = 45.81%
G = 40.22%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#524819 (or 0x524819) is known color: Bronze Olive. HEX triplet: 52, 48 and 19. RGB value is (82,72,25). Sum of RGB (Red+Green+Blue) = 82+72+25=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #524819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524819 is #ADB7E6. Grayscale: #454545. Windows color (decimal): -11384807 or 1656914. OLE color: 1656914.

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

Color convert

RGB 82 72 25 -
CMYK 0 0.12 0.70 0.68
HSL 49.47º 0.53% 0.21% -
HSV(B) 49.47º 0.7% 0.32% -
XYZ 5.97 6.5 1.86 -
YUV 69.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 82 72 25 0 0.12 0.70 0.68 49.47 0.53 0.21
Hex 52 48 19 0 C 46 44 31 35 15
Octal 122 110 31 0 14 106 104 61 65 25
Binary 1010010 1001000 11001 0 1100 1000110 1000100 110001 110101 10101

Color Harmonies of #524819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524819

Black with #524819

Text Example


Text Example

White with #524819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524819; }

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

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

background-color css

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

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

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

border-color css

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

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

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