Html Css Color HEX #504827 Bronze Olive

📋 copy color: '#504827'

red 80 ◦ green 72 ◦ blue 39

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

Shades of Bronze Olive #504827

Tints of Bronze Olive #504827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.42%

R = 41.88%
G = 37.7%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#504827 (or 0x504827) is known color: Bronze Olive. HEX triplet: 50, 48 and 27. RGB value is (80,72,39). Sum of RGB (Red+Green+Blue) = 80+72+39=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #504827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504827 is #AFB7D8. Grayscale: #464646. Windows color (decimal): -11515865 or 2574416. OLE color: 2574416.

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

Color convert

RGB 80 72 39 -
CMYK 0 0.10 0.51 0.69
HSL 48.29º 0.34% 0.23% -
HSV(B) 48.29º 0.51% 0.31% -
XYZ 5.99 6.49 2.86 -
YUV 70.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 80 72 39 0 0.10 0.51 0.69 48.29 0.34 0.23
Hex 50 48 27 0 A 33 45 30 22 17
Octal 120 110 47 0 12 63 105 60 42 27
Binary 1010000 1001000 100111 0 1010 110011 1000101 110000 100010 10111

Color Harmonies of #504827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504827

Black with #504827

Text Example


Text Example

White with #504827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504827; }

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

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

background-color css

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

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

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

border-color css

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

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

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