Html Css Color HEX #504826 Bronze Olive

📋 copy color: '#504826'

red 80 ◦ green 72 ◦ blue 38

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

Shades of Bronze Olive #504826

Tints of Bronze Olive #504826

RGB

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

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

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

R = 42.11%
G = 37.89%
B = 20%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#504826 (or 0x504826) is known color: Bronze Olive. HEX triplet: 50, 48 and 26. RGB value is (80,72,38). Sum of RGB (Red+Green+Blue) = 80+72+38=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #504826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504826 is #AFB7D9. Grayscale: #464646. Windows color (decimal): -11515866 or 2508880. OLE color: 2508880.

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

Color convert

RGB 80 72 38 -
CMYK 0 0.10 0.52 0.69
HSL 48.57º 0.36% 0.23% -
HSV(B) 48.57º 0.53% 0.31% -
XYZ 5.98 6.48 2.77 -
YUV 70.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 80 72 38 0 0.10 0.52 0.69 48.57 0.36 0.23
Hex 50 48 26 0 A 34 45 31 24 17
Octal 120 110 46 0 12 64 105 61 44 27
Binary 1010000 1001000 100110 0 1010 110100 1000101 110001 100100 10111

Color Harmonies of #504826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504826

Black with #504826

Text Example


Text Example

White with #504826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504826; }

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

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

background-color css

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

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

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

border-color css

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

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

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