Html Css Color HEX #524717 Bronze Olive

📋 copy color: '#524717'

red 82 ◦ green 71 ◦ blue 23

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

Shades of Bronze Olive #524717

Tints of Bronze Olive #524717

RGB

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

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

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

R = 46.59%
G = 40.34%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#524717 (or 0x524717) is known color: Bronze Olive. HEX triplet: 52, 47 and 17. RGB value is (82,71,23). Sum of RGB (Red+Green+Blue) = 82+71+23=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #524717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524717 is #ADB8E8. Grayscale: #454545. Windows color (decimal): -11385065 or 1525586. OLE color: 1525586.

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

Color convert

RGB 82 71 23 -
CMYK 0 0.13 0.72 0.68
HSL 48.81º 0.56% 0.21% -
HSV(B) 48.81º 0.72% 0.32% -
XYZ 5.89 6.36 1.73 -
YUV 68.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 82 71 23 0 0.13 0.72 0.68 48.81 0.56 0.21
Hex 52 47 17 0 D 48 44 31 38 15
Octal 122 107 27 0 15 110 104 61 70 25
Binary 1010010 1000111 10111 0 1101 1001000 1000100 110001 111000 10101

Color Harmonies of #524717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524717

Black with #524717

Text Example


Text Example

White with #524717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524717; }

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

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

background-color css

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

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

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

border-color css

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

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

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