Html Css Color HEX #524D14 Bronze Olive

📋 copy color: '#524D14'

red 82 ◦ green 77 ◦ blue 20

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

Shades of Bronze Olive #524D14

Tints of Bronze Olive #524D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.17%

R = 45.81%
G = 43.02%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#524D14 (or 0x524D14) is known color: Bronze Olive. HEX triplet: 52, 4D and 14. RGB value is (82,77,20). Sum of RGB (Red+Green+Blue) = 82+77+20=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #524D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524D14 is #ADB2EB. Grayscale: #484848. Windows color (decimal): -11383532 or 1330514. OLE color: 1330514.

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

Color convert

RGB 82 77 20 -
CMYK 0 0.06 0.76 0.68
HSL 55.16º 0.61% 0.2% -
HSV(B) 55.16º 0.76% 0.32% -
XYZ 6.26 7.15 1.71 -
YUV 72 98.66 135.13 -
System Red Green Blue C M Y K H S L
Decimal 82 77 20 0 0.06 0.76 0.68 55.16 0.61 0.2
Hex 52 4D 14 0 6 4C 44 37 3D 14
Octal 122 115 24 0 6 114 104 67 75 24
Binary 1010010 1001101 10100 0 110 1001100 1000100 110111 111101 10100

Color Harmonies of #524D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D14

Black with #524D14

Text Example


Text Example

White with #524D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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