Html Css Color HEX #504008 Madras

📋 copy color: '#504008'

red 80 ◦ green 64 ◦ blue 8

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

Shades of Madras #504008

Tints of Madras #504008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.11%

 BLUE value IS 8 (3.52% from 255) = 5.26%

R = 52.63%
G = 42.11%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#504008 (or 0x504008) is known color: Madras. HEX triplet: 50, 40 and 08. RGB value is (80,64,8). Sum of RGB (Red+Green+Blue) = 80+64+8=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #504008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504008 is #AFBFF7. Grayscale: #3E3E3E. Windows color (decimal): -11517944 or 540752. OLE color: 540752.

HSL color Cylindrical-coordinate representation of color #504008: hue angle of 46.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #504008 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 64 8 -
CMYK 0 0.20 0.90 0.69
HSL 46.67º 0.82% 0.17% -
HSV(B) 46.67º 0.9% 0.31% -
XYZ 5.19 5.39 1 -
YUV 62.4 97.3 140.55 -
System Red Green Blue C M Y K H S L
Decimal 80 64 8 0 0.20 0.90 0.69 46.67 0.82 0.17
Hex 50 40 8 0 14 5A 45 2F 52 11
Octal 120 100 10 0 24 132 105 57 122 21
Binary 1010000 1000000 1000 0 10100 1011010 1000101 101111 1010010 10001

Color Harmonies of #504008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504008

Black with #504008

Text Example


Text Example

White with #504008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504008; }

 p { color: rgb(80,64,8); }

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

background-color css

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

 a { background-color: rgb(80,64,8); }

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

border-color css

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

 span { border-color: rgb(80,64,8); }

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