Html Css Color HEX #504726 Bronze Olive

📋 copy color: '#504726'

red 80 ◦ green 71 ◦ blue 38

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

Shades of Bronze Olive #504726

Tints of Bronze Olive #504726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.11%

R = 42.33%
G = 37.57%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#504726 (or 0x504726) is known color: Bronze Olive. HEX triplet: 50, 47 and 26. RGB value is (80,71,38). Sum of RGB (Red+Green+Blue) = 80+71+38=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #504726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504726 is #AFB8D9. Grayscale: #464646. Windows color (decimal): -11516122 or 2508624. OLE color: 2508624.

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

Color convert

RGB 80 71 38 -
CMYK 0 0.11 0.52 0.69
HSL 47.14º 0.36% 0.23% -
HSV(B) 47.14º 0.53% 0.31% -
XYZ 5.91 6.35 2.75 -
YUV 69.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 80 71 38 0 0.11 0.52 0.69 47.14 0.36 0.23
Hex 50 47 26 0 B 34 45 2F 24 17
Octal 120 107 46 0 13 64 105 57 44 27
Binary 1010000 1000111 100110 0 1011 110100 1000101 101111 100100 10111

Color Harmonies of #504726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504726

Black with #504726

Text Example


Text Example

White with #504726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504726; }

 p { color: rgb(80,71,38); }

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

background-color css

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

 a { background-color: rgb(80,71,38); }

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

border-color css

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

 span { border-color: rgb(80,71,38); }

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