Html Css Color HEX #524718 Bronze Olive

📋 copy color: '#524718'

red 82 ◦ green 71 ◦ blue 24

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

Shades of Bronze Olive #524718

Tints of Bronze Olive #524718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.56%

R = 46.33%
G = 40.11%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#524718 (or 0x524718) is known color: Bronze Olive. HEX triplet: 52, 47 and 18. RGB value is (82,71,24). Sum of RGB (Red+Green+Blue) = 82+71+24=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #524718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524718 is #ADB8E7. Grayscale: #454545. Windows color (decimal): -11385064 or 1591122. OLE color: 1591122.

HSL color Cylindrical-coordinate representation of color #524718: hue angle of 48.62º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #524718 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 71 24 -
CMYK 0 0.13 0.71 0.68
HSL 48.62º 0.55% 0.21% -
HSV(B) 48.62º 0.71% 0.32% -
XYZ 5.9 6.37 1.78 -
YUV 68.93 102.64 137.32 -
System Red Green Blue C M Y K H S L
Decimal 82 71 24 0 0.13 0.71 0.68 48.62 0.55 0.21
Hex 52 47 18 0 D 47 44 31 37 15
Octal 122 107 30 0 15 107 104 61 67 25
Binary 1010010 1000111 11000 0 1101 1000111 1000100 110001 110111 10101

Color Harmonies of #524718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524718

Black with #524718

Text Example


Text Example

White with #524718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524718; }

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

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

background-color css

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

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

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

border-color css

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

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

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