Html Css Color HEX #503C02 Madras

📋 copy color: '#503C02'

red 80 ◦ green 60 ◦ blue 2

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

Shades of Madras #503C02

Tints of Madras #503C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.41%

R = 56.34%
G = 42.25%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#503C02 (or 0x503C02) is known color: Madras. HEX triplet: 50, 3C and 02. RGB value is (80,60,2). Sum of RGB (Red+Green+Blue) = 80+60+2=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #503C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503C02 is #AFC3FD. Grayscale: #3B3B3B. Windows color (decimal): -11518974 or 146512. OLE color: 146512.

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

Color convert

RGB 80 60 2 -
CMYK 0 0.25 0.98 0.69
HSL 44.62º 0.95% 0.16% -
HSV(B) 44.62º 0.98% 0.31% -
XYZ 4.94 4.94 0.75 -
YUV 59.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 80 60 2 0 0.25 0.98 0.69 44.62 0.95 0.16
Hex 50 3C 2 0 19 62 45 2D 5F 10
Octal 120 74 2 0 31 142 105 55 137 20
Binary 1010000 111100 10 0 11001 1100010 1000101 101101 1011111 10000

Color Harmonies of #503C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C02

Black with #503C02

Text Example


Text Example

White with #503C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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