Html Css Color HEX #524726 Bronze Olive

📋 copy color: '#524726'

red 82 ◦ green 71 ◦ blue 38

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

Shades of Bronze Olive #524726

Tints of Bronze Olive #524726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.9%

R = 42.93%
G = 37.17%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#524726 (or 0x524726) is known color: Bronze Olive. HEX triplet: 52, 47 and 26. RGB value is (82,71,38). Sum of RGB (Red+Green+Blue) = 82+71+38=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #524726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524726 is #ADB8D9. Grayscale: #464646. Windows color (decimal): -11385050 or 2508626. OLE color: 2508626.

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

Color convert

RGB 82 71 38 -
CMYK 0 0.13 0.54 0.68
HSL 45º 0.37% 0.24% -
HSV(B) 45º 0.54% 0.32% -
XYZ 6.08 6.44 2.76 -
YUV 70.53 109.64 136.18 -
System Red Green Blue C M Y K H S L
Decimal 82 71 38 0 0.13 0.54 0.68 45 0.37 0.24
Hex 52 47 26 0 D 36 44 2D 25 18
Octal 122 107 46 0 15 66 104 55 45 30
Binary 1010010 1000111 100110 0 1101 110110 1000100 101101 100101 11000

Color Harmonies of #524726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524726

Black with #524726

Text Example


Text Example

White with #524726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524726; }

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

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

background-color css

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

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

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

border-color css

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

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

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