Html Css Color HEX #504223 Madras

📋 copy color: '#504223'

red 80 ◦ green 66 ◦ blue 35

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

Shades of Madras #504223

Tints of Madras #504223

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.46%

 BLUE value IS 35 (14.06% from 255) = 19.34%

R = 44.2%
G = 36.46%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#504223 (or 0x504223) is known color: Madras. HEX triplet: 50, 42 and 23. RGB value is (80,66,35). Sum of RGB (Red+Green+Blue) = 80+66+35=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #504223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504223 is #AFBDDC. Grayscale: #424242. Windows color (decimal): -11517405 or 2310736. OLE color: 2310736.

HSL color Cylindrical-coordinate representation of color #504223: hue angle of 41.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #504223 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 66 35 -
CMYK 0 0.17 0.56 0.69
HSL 41.33º 0.39% 0.23% -
HSV(B) 41.33º 0.56% 0.31% -
XYZ 5.56 5.72 2.4 -
YUV 66.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 80 66 35 0 0.17 0.56 0.69 41.33 0.39 0.23
Hex 50 42 23 0 11 38 45 29 27 17
Octal 120 102 43 0 21 70 105 51 47 27
Binary 1010000 1000010 100011 0 10001 111000 1000101 101001 100111 10111

Color Harmonies of #504223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504223

Black with #504223

Text Example


Text Example

White with #504223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504223; }

 p { color: rgb(80,66,35); }

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

background-color css

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

 a { background-color: rgb(80,66,35); }

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

border-color css

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

 span { border-color: rgb(80,66,35); }

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