Html Css Color HEX #504824 Bronze Olive

📋 copy color: '#504824'

red 80 ◦ green 72 ◦ blue 36

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

Shades of Bronze Olive #504824

Tints of Bronze Olive #504824

RGB

 RED value IS 80 (31.64% from 255) = 42.55%

 GREEN value IS 72 (28.52% from 255) = 38.3%

 BLUE value IS 36 (14.45% from 255) = 19.15%

R = 42.55%
G = 38.3%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#504824 (or 0x504824) is known color: Bronze Olive. HEX triplet: 50, 48 and 24. RGB value is (80,72,36). Sum of RGB (Red+Green+Blue) = 80+72+36=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #504824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504824 is #AFB7DB. Grayscale: #464646. Windows color (decimal): -11515868 or 2377808. OLE color: 2377808.

HSL color Cylindrical-coordinate representation of color #504824: hue angle of 49.09º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #504824 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 72 36 -
CMYK 0 0.10 0.55 0.69
HSL 49.09º 0.38% 0.23% -
HSV(B) 49.09º 0.55% 0.31% -
XYZ 5.94 6.47 2.6 -
YUV 70.29 108.65 134.93 -
System Red Green Blue C M Y K H S L
Decimal 80 72 36 0 0.10 0.55 0.69 49.09 0.38 0.23
Hex 50 48 24 0 A 37 45 31 26 17
Octal 120 110 44 0 12 67 105 61 46 27
Binary 1010000 1001000 100100 0 1010 110111 1000101 110001 100110 10111

Color Harmonies of #504824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504824

Black with #504824

Text Example


Text Example

White with #504824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504824; }

 p { color: rgb(80,72,36); }

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

background-color css

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

 a { background-color: rgb(80,72,36); }

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

border-color css

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

 span { border-color: rgb(80,72,36); }

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