Html Css Color HEX #504624 Bronze Olive

📋 copy color: '#504624'

red 80 ◦ green 70 ◦ blue 36

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

Shades of Bronze Olive #504624

Tints of Bronze Olive #504624

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.63%

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

R = 43.01%
G = 37.63%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#504624 (or 0x504624) is known color: Bronze Olive. HEX triplet: 50, 46 and 24. RGB value is (80,70,36). Sum of RGB (Red+Green+Blue) = 80+70+36=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #504624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504624 is #AFB9DB. Grayscale: #454545. Windows color (decimal): -11516380 or 2377296. OLE color: 2377296.

HSL color Cylindrical-coordinate representation of color #504624: hue angle of 46.36º 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 #504624 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 36 -
CMYK 0 0.12 0.55 0.69
HSL 46.36º 0.38% 0.23% -
HSV(B) 46.36º 0.55% 0.31% -
XYZ 5.82 6.21 2.56 -
YUV 69.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 80 70 36 0 0.12 0.55 0.69 46.36 0.38 0.23
Hex 50 46 24 0 C 37 45 2E 26 17
Octal 120 106 44 0 14 67 105 56 46 27
Binary 1010000 1000110 100100 0 1100 110111 1000101 101110 100110 10111

Color Harmonies of #504624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504624

Black with #504624

Text Example


Text Example

White with #504624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504624; }

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

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

background-color css

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

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

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

border-color css

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

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

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