Html Css Color HEX #503902 Madras

📋 copy color: '#503902'

red 80 ◦ green 57 ◦ blue 2

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

Shades of Madras #503902

Tints of Madras #503902

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.01%

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

R = 57.55%
G = 41.01%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#503902 (or 0x503902) is known color: Madras. HEX triplet: 50, 39 and 02. RGB value is (80,57,2). Sum of RGB (Red+Green+Blue) = 80+57+2=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #503902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503902 is #AFC6FD. Grayscale: #393939. Windows color (decimal): -11519742 or 145744. OLE color: 145744.

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

Color convert

RGB 80 57 2 -
CMYK 0 0.29 0.98 0.69
HSL 42.31º 0.95% 0.16% -
HSV(B) 42.31º 0.98% 0.31% -
XYZ 4.78 4.64 0.7 -
YUV 57.61 96.62 143.97 -
System Red Green Blue C M Y K H S L
Decimal 80 57 2 0 0.29 0.98 0.69 42.31 0.95 0.16
Hex 50 39 2 0 1D 62 45 2A 5F 10
Octal 120 71 2 0 35 142 105 52 137 20
Binary 1010000 111001 10 0 11101 1100010 1000101 101010 1011111 10000

Color Harmonies of #503902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503902

Black with #503902

Text Example


Text Example

White with #503902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503902; }

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

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

background-color css

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

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

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

border-color css

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

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

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