Html Css Color HEX #504810 Bronze Olive

📋 copy color: '#504810'

red 80 ◦ green 72 ◦ blue 16

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

Shades of Bronze Olive #504810

Tints of Bronze Olive #504810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.52%

R = 47.62%
G = 42.86%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#504810 (or 0x504810) is known color: Bronze Olive. HEX triplet: 50, 48 and 10. RGB value is (80,72,16). Sum of RGB (Red+Green+Blue) = 80+72+16=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #504810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504810 is #AFB7EF. Grayscale: #444444. Windows color (decimal): -11515888 or 1067088. OLE color: 1067088.

HSL color Cylindrical-coordinate representation of color #504810: hue angle of 52.5º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #504810 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 72 16 -
CMYK 0 0.10 0.80 0.69
HSL 52.5º 0.67% 0.19% -
HSV(B) 52.5º 0.8% 0.31% -
XYZ 5.72 6.38 1.42 -
YUV 68.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 80 72 16 0 0.10 0.80 0.69 52.5 0.67 0.19
Hex 50 48 10 0 A 50 45 34 43 13
Octal 120 110 20 0 12 120 105 64 103 23
Binary 1010000 1001000 10000 0 1010 1010000 1000101 110100 1000011 10011

Color Harmonies of #504810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504810

Black with #504810

Text Example


Text Example

White with #504810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504810; }

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

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

background-color css

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

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

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

border-color css

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

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

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