Html Css Color HEX #503D04 Madras

📋 copy color: '#503D04'

red 80 ◦ green 61 ◦ blue 4

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

Shades of Madras #503D04

Tints of Madras #503D04

RGB

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

 GREEN value IS 61 (24.22% from 255) = 42.07%

 BLUE value IS 4 (1.95% from 255) = 2.76%

R = 55.17%
G = 42.07%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#503D04 (or 0x503D04) is known color: Madras. HEX triplet: 50, 3D and 04. RGB value is (80,61,4). Sum of RGB (Red+Green+Blue) = 80+61+4=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #503D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503D04 is #AFC2FB. Grayscale: #3C3C3C. Windows color (decimal): -11518716 or 277840. OLE color: 277840.

HSL color Cylindrical-coordinate representation of color #503D04: hue angle of 45º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #503D04 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 61 4 -
CMYK 0 0.24 0.95 0.69
HSL 45º 0.9% 0.16% -
HSV(B) 45º 0.95% 0.31% -
XYZ 5 5.05 0.83 -
YUV 60.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 80 61 4 0 0.24 0.95 0.69 45 0.9 0.16
Hex 50 3D 4 0 18 5F 45 2D 5A 10
Octal 120 75 4 0 30 137 105 55 132 20
Binary 1010000 111101 100 0 11000 1011111 1000101 101101 1011010 10000

Color Harmonies of #503D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D04

Black with #503D04

Text Example


Text Example

White with #503D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503D04; }

 p { color: rgb(80,61,4); }

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

background-color css

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

 a { background-color: rgb(80,61,4); }

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

border-color css

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

 span { border-color: rgb(80,61,4); }

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