Html Css Color HEX #504222 Madras

📋 copy color: '#504222'

red 80 ◦ green 66 ◦ blue 34

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

Shades of Madras #504222

Tints of Madras #504222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.89%

R = 44.44%
G = 36.67%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#504222 (or 0x504222) is known color: Madras. HEX triplet: 50, 42 and 22. RGB value is (80,66,34). Sum of RGB (Red+Green+Blue) = 80+66+34=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #504222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504222 is #AFBDDD. Grayscale: #424242. Windows color (decimal): -11517406 or 2245200. OLE color: 2245200.

HSL color Cylindrical-coordinate representation of color #504222: hue angle of 41.74º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #504222 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 66 34 -
CMYK 0 0.17 0.58 0.69
HSL 41.74º 0.4% 0.22% -
HSV(B) 41.74º 0.58% 0.31% -
XYZ 5.55 5.72 2.32 -
YUV 66.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 80 66 34 0 0.17 0.58 0.69 41.74 0.4 0.22
Hex 50 42 22 0 11 3A 45 2A 28 16
Octal 120 102 42 0 21 72 105 52 50 26
Binary 1010000 1000010 100010 0 10001 111010 1000101 101010 101000 10110

Color Harmonies of #504222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504222

Black with #504222

Text Example


Text Example

White with #504222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504222; }

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

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

background-color css

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

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

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

border-color css

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

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

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