Html Css Color HEX #503D02 Madras

📋 copy color: '#503D02'

red 80 ◦ green 61 ◦ blue 2

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

Shades of Madras #503D02

Tints of Madras #503D02

RGB

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

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

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

R = 55.94%
G = 42.66%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#503D02 (or 0x503D02) is known color: Madras. HEX triplet: 50, 3D and 02. RGB value is (80,61,2). Sum of RGB (Red+Green+Blue) = 80+61+2=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #503D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503D02 is #AFC2FD. Grayscale: #3C3C3C. Windows color (decimal): -11518718 or 146768. OLE color: 146768.

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

Color convert

RGB 80 61 2 -
CMYK 0 0.24 0.98 0.69
HSL 45.38º 0.95% 0.16% -
HSV(B) 45.38º 0.98% 0.31% -
XYZ 4.99 5.05 0.77 -
YUV 59.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 80 61 2 0 0.24 0.98 0.69 45.38 0.95 0.16
Hex 50 3D 2 0 18 62 45 2D 5F 10
Octal 120 75 2 0 30 142 105 55 137 20
Binary 1010000 111101 10 0 11000 1100010 1000101 101101 1011111 10000

Color Harmonies of #503D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D02

Black with #503D02

Text Example


Text Example

White with #503D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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