Html Css Color HEX #524517 Bronze Olive

📋 copy color: '#524517'

red 82 ◦ green 69 ◦ blue 23

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

Shades of Bronze Olive #524517

Tints of Bronze Olive #524517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.66%

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

R = 47.13%
G = 39.66%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#524517 (or 0x524517) is known color: Bronze Olive. HEX triplet: 52, 45 and 17. RGB value is (82,69,23). Sum of RGB (Red+Green+Blue) = 82+69+23=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #524517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524517 is #ADBAE8. Grayscale: #434343. Windows color (decimal): -11385577 or 1525074. OLE color: 1525074.

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

Color convert

RGB 82 69 23 -
CMYK 0 0.16 0.72 0.68
HSL 46.78º 0.56% 0.21% -
HSV(B) 46.78º 0.72% 0.32% -
XYZ 5.76 6.11 1.69 -
YUV 67.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 82 69 23 0 0.16 0.72 0.68 46.78 0.56 0.21
Hex 52 45 17 0 10 48 44 2F 38 15
Octal 122 105 27 0 20 110 104 57 70 25
Binary 1010010 1000101 10111 0 10000 1001000 1000100 101111 111000 10101

Color Harmonies of #524517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524517

Black with #524517

Text Example


Text Example

White with #524517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524517; }

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

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

background-color css

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

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

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

border-color css

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

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

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