Html Css Color HEX #524D15 Bronze Olive

📋 copy color: '#524D15'

red 82 ◦ green 77 ◦ blue 21

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

Shades of Bronze Olive #524D15

Tints of Bronze Olive #524D15

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.78%

 BLUE value IS 21 (8.59% from 255) = 11.67%

R = 45.56%
G = 42.78%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#524D15 (or 0x524D15) is known color: Bronze Olive. HEX triplet: 52, 4D and 15. RGB value is (82,77,21). Sum of RGB (Red+Green+Blue) = 82+77+21=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #524D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524D15 is #ADB2EA. Grayscale: #484848. Windows color (decimal): -11383531 or 1396050. OLE color: 1396050.

HSL color Cylindrical-coordinate representation of color #524D15: hue angle of 55.08º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #524D15 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 77 21 -
CMYK 0 0.06 0.74 0.68
HSL 55.08º 0.59% 0.2% -
HSV(B) 55.08º 0.74% 0.32% -
XYZ 6.27 7.16 1.76 -
YUV 72.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 82 77 21 0 0.06 0.74 0.68 55.08 0.59 0.2
Hex 52 4D 15 0 6 4A 44 37 3B 14
Octal 122 115 25 0 6 112 104 67 73 24
Binary 1010010 1001101 10101 0 110 1001010 1000100 110111 111011 10100

Color Harmonies of #524D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D15

Black with #524D15

Text Example


Text Example

White with #524D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524D15; }

 p { color: rgb(82,77,21); }

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

background-color css

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

 a { background-color: rgb(82,77,21); }

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

border-color css

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

 span { border-color: rgb(82,77,21); }

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