Html Css Color HEX #503D0D Madras

📋 copy color: '#503D0D'

red 80 ◦ green 61 ◦ blue 13

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

Shades of Madras #503D0D

Tints of Madras #503D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.44%

R = 51.95%
G = 39.61%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#503D0D (or 0x503D0D) is known color: Madras. HEX triplet: 50, 3D and 0D. RGB value is (80,61,13). Sum of RGB (Red+Green+Blue) = 80+61+13=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #503D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503D0D is #AFC2F2. Grayscale: #3D3D3D. Windows color (decimal): -11518707 or 867664. OLE color: 867664.

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

Color convert

RGB 80 61 13 -
CMYK 0 0.24 0.84 0.69
HSL 42.99º 0.72% 0.18% -
HSV(B) 42.99º 0.84% 0.31% -
XYZ 5.05 5.07 1.09 -
YUV 61.21 100.79 141.4 -
System Red Green Blue C M Y K H S L
Decimal 80 61 13 0 0.24 0.84 0.69 42.99 0.72 0.18
Hex 50 3D D 0 18 54 45 2B 48 12
Octal 120 75 15 0 30 124 105 53 110 22
Binary 1010000 111101 1101 0 11000 1010100 1000101 101011 1001000 10010

Color Harmonies of #503D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D0D

Black with #503D0D

Text Example


Text Example

White with #503D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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