Html Css Color HEX #524918 Bronze Olive

📋 copy color: '#524918'

red 82 ◦ green 73 ◦ blue 24

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

Shades of Bronze Olive #524918

Tints of Bronze Olive #524918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.78%

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

R = 45.81%
G = 40.78%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#524918 (or 0x524918) is known color: Bronze Olive. HEX triplet: 52, 49 and 18. RGB value is (82,73,24). Sum of RGB (Red+Green+Blue) = 82+73+24=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #524918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524918 is #ADB6E7. Grayscale: #464646. Windows color (decimal): -11384552 or 1591634. OLE color: 1591634.

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

Color convert

RGB 82 73 24 -
CMYK 0 0.11 0.71 0.68
HSL 50.69º 0.55% 0.21% -
HSV(B) 50.69º 0.71% 0.32% -
XYZ 6.03 6.62 1.83 -
YUV 70.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 82 73 24 0 0.11 0.71 0.68 50.69 0.55 0.21
Hex 52 49 18 0 B 47 44 33 37 15
Octal 122 111 30 0 13 107 104 63 67 25
Binary 1010010 1001001 11000 0 1011 1000111 1000100 110011 110111 10101

Color Harmonies of #524918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524918

Black with #524918

Text Example


Text Example

White with #524918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524918; }

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

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

background-color css

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

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

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

border-color css

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

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

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