Html Css Color HEX #503C04 Madras

📋 copy color: '#503C04'

red 80 ◦ green 60 ◦ blue 4

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

Shades of Madras #503C04

Tints of Madras #503C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.67%

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

R = 55.56%
G = 41.67%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#503C04 (or 0x503C04) is known color: Madras. HEX triplet: 50, 3C and 04. RGB value is (80,60,4). Sum of RGB (Red+Green+Blue) = 80+60+4=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #503C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503C04 is #AFC3FB. Grayscale: #3B3B3B. Windows color (decimal): -11518972 or 277584. OLE color: 277584.

HSL color Cylindrical-coordinate representation of color #503C04: hue angle of 44.21º 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 #503C04 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 60 4 -
CMYK 0 0.25 0.95 0.69
HSL 44.21º 0.9% 0.16% -
HSV(B) 44.21º 0.95% 0.31% -
XYZ 4.95 4.95 0.81 -
YUV 59.6 96.63 142.55 -
System Red Green Blue C M Y K H S L
Decimal 80 60 4 0 0.25 0.95 0.69 44.21 0.9 0.16
Hex 50 3C 4 0 19 5F 45 2C 5A 10
Octal 120 74 4 0 31 137 105 54 132 20
Binary 1010000 111100 100 0 11001 1011111 1000101 101100 1011010 10000

Color Harmonies of #503C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C04

Black with #503C04

Text Example


Text Example

White with #503C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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