Html Css Color HEX #504320 Madras

📋 copy color: '#504320'

red 80 ◦ green 67 ◦ blue 32

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

Shades of Madras #504320

Tints of Madras #504320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.43%

 BLUE value IS 32 (12.89% from 255) = 17.88%

R = 44.69%
G = 37.43%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#504320 (or 0x504320) is known color: Madras. HEX triplet: 50, 43 and 20. RGB value is (80,67,32). Sum of RGB (Red+Green+Blue) = 80+67+32=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #504320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504320 is #AFBCDF. Grayscale: #434343. Windows color (decimal): -11517152 or 2114384. OLE color: 2114384.

HSL color Cylindrical-coordinate representation of color #504320: hue angle of 43.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #504320 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 67 32 -
CMYK 0 0.16 0.60 0.69
HSL 43.75º 0.43% 0.22% -
HSV(B) 43.75º 0.6% 0.31% -
XYZ 5.58 5.82 2.2 -
YUV 66.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 80 67 32 0 0.16 0.60 0.69 43.75 0.43 0.22
Hex 50 43 20 0 10 3C 45 2C 2B 16
Octal 120 103 40 0 20 74 105 54 53 26
Binary 1010000 1000011 100000 0 10000 111100 1000101 101100 101011 10110

Color Harmonies of #504320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504320

Black with #504320

Text Example


Text Example

White with #504320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504320; }

 p { color: rgb(80,67,32); }

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

background-color css

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

 a { background-color: rgb(80,67,32); }

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

border-color css

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

 span { border-color: rgb(80,67,32); }

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