Html Css Color HEX #503908 Madras

📋 copy color: '#503908'

red 80 ◦ green 57 ◦ blue 8

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

Shades of Madras #503908

Tints of Madras #503908

RGB

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

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

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

R = 55.17%
G = 39.31%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#503908 (or 0x503908) is known color: Madras. HEX triplet: 50, 39 and 08. RGB value is (80,57,8). Sum of RGB (Red+Green+Blue) = 80+57+8=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #503908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503908 is #AFC6F7. Grayscale: #3A3A3A. Windows color (decimal): -11519736 or 538960. OLE color: 538960.

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

Color convert

RGB 80 57 8 -
CMYK 0 0.29 0.90 0.69
HSL 40.83º 0.82% 0.17% -
HSV(B) 40.83º 0.9% 0.31% -
XYZ 4.82 4.65 0.87 -
YUV 58.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 80 57 8 0 0.29 0.90 0.69 40.83 0.82 0.17
Hex 50 39 8 0 1D 5A 45 29 52 11
Octal 120 71 10 0 35 132 105 51 122 21
Binary 1010000 111001 1000 0 11101 1011010 1000101 101001 1010010 10001

Color Harmonies of #503908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503908

Black with #503908

Text Example


Text Example

White with #503908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503908; }

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

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

background-color css

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

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

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

border-color css

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

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

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