Html Css Color HEX #504818 Bronze Olive

📋 copy color: '#504818'

red 80 ◦ green 72 ◦ blue 24

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

Shades of Bronze Olive #504818

Tints of Bronze Olive #504818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.64%

R = 45.45%
G = 40.91%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#504818 (or 0x504818) is known color: Bronze Olive. HEX triplet: 50, 48 and 18. RGB value is (80,72,24). Sum of RGB (Red+Green+Blue) = 80+72+24=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #504818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504818 is #AFB7E7. Grayscale: #454545. Windows color (decimal): -11515880 or 1591376. OLE color: 1591376.

HSL color Cylindrical-coordinate representation of color #504818: hue angle of 51.43º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504818 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 72 24 -
CMYK 0 0.10 0.70 0.69
HSL 51.43º 0.54% 0.2% -
HSV(B) 51.43º 0.7% 0.31% -
XYZ 5.79 6.41 1.8 -
YUV 68.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 80 72 24 0 0.10 0.70 0.69 51.43 0.54 0.2
Hex 50 48 18 0 A 46 45 33 36 14
Octal 120 110 30 0 12 106 105 63 66 24
Binary 1010000 1001000 11000 0 1010 1000110 1000101 110011 110110 10100

Color Harmonies of #504818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504818

Black with #504818

Text Example


Text Example

White with #504818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504818; }

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

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

background-color css

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

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

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

border-color css

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

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

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