Html Css Color HEX #524D17 Bronze Olive

📋 copy color: '#524D17'

red 82 ◦ green 77 ◦ blue 23

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

Shades of Bronze Olive #524D17

Tints of Bronze Olive #524D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.64%

R = 45.05%
G = 42.31%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#524D17 (or 0x524D17) is known color: Bronze Olive. HEX triplet: 52, 4D and 17. RGB value is (82,77,23). Sum of RGB (Red+Green+Blue) = 82+77+23=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #524D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524D17 is #ADB2E8. Grayscale: #484848. Windows color (decimal): -11383529 or 1527122. OLE color: 1527122.

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

Color convert

RGB 82 77 23 -
CMYK 0 0.06 0.72 0.68
HSL 54.92º 0.56% 0.21% -
HSV(B) 54.92º 0.72% 0.32% -
XYZ 6.29 7.16 1.86 -
YUV 72.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 82 77 23 0 0.06 0.72 0.68 54.92 0.56 0.21
Hex 52 4D 17 0 6 48 44 37 38 15
Octal 122 115 27 0 6 110 104 67 70 25
Binary 1010010 1001101 10111 0 110 1001000 1000100 110111 111000 10101

Color Harmonies of #524D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D17

Black with #524D17

Text Example


Text Example

White with #524D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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