Html Css Color HEX #504408 Madras

📋 copy color: '#504408'

red 80 ◦ green 68 ◦ blue 8

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

Shades of Madras #504408

Tints of Madras #504408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.59%

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

R = 51.28%
G = 43.59%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#504408 (or 0x504408) is known color: Madras. HEX triplet: 50, 44 and 08. RGB value is (80,68,8). Sum of RGB (Red+Green+Blue) = 80+68+8=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #504408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504408 is #AFBBF7. Grayscale: #414141. Windows color (decimal): -11516920 or 541776. OLE color: 541776.

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

Color convert

RGB 80 68 8 -
CMYK 0 0.15 0.90 0.69
HSL 50º 0.82% 0.17% -
HSV(B) 50º 0.9% 0.31% -
XYZ 5.42 5.86 1.07 -
YUV 64.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 80 68 8 0 0.15 0.90 0.69 50 0.82 0.17
Hex 50 44 8 0 F 5A 45 32 52 11
Octal 120 104 10 0 17 132 105 62 122 21
Binary 1010000 1000100 1000 0 1111 1011010 1000101 110010 1010010 10001

Color Harmonies of #504408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504408

Black with #504408

Text Example


Text Example

White with #504408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504408; }

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

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

background-color css

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

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

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

border-color css

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

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

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