Html Css Color HEX #503A08 Madras

📋 copy color: '#503A08'

red 80 ◦ green 58 ◦ blue 8

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

Shades of Madras #503A08

Tints of Madras #503A08

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.73%

 BLUE value IS 8 (3.52% from 255) = 5.48%

R = 54.79%
G = 39.73%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#503A08 (or 0x503A08) is known color: Madras. HEX triplet: 50, 3A and 08. RGB value is (80,58,8). Sum of RGB (Red+Green+Blue) = 80+58+8=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #503A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503A08 is #AFC5F7. Grayscale: #3B3B3B. Windows color (decimal): -11519480 or 539216. OLE color: 539216.

HSL color Cylindrical-coordinate representation of color #503A08: hue angle of 41.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #503A08 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 58 8 -
CMYK 0 0.28 0.90 0.69
HSL 41.67º 0.82% 0.17% -
HSV(B) 41.67º 0.9% 0.31% -
XYZ 4.87 4.75 0.89 -
YUV 58.88 99.29 143.07 -
System Red Green Blue C M Y K H S L
Decimal 80 58 8 0 0.28 0.90 0.69 41.67 0.82 0.17
Hex 50 3A 8 0 1C 5A 45 2A 52 11
Octal 120 72 10 0 34 132 105 52 122 21
Binary 1010000 111010 1000 0 11100 1011010 1000101 101010 1010010 10001

Color Harmonies of #503A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503A08

Black with #503A08

Text Example


Text Example

White with #503A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,58,8); }

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

background-color css

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

 a { background-color: rgb(80,58,8); }

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

border-color css

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

 span { border-color: rgb(80,58,8); }

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