Html Css Color HEX #504323 Madras

📋 copy color: '#504323'

red 80 ◦ green 67 ◦ blue 35

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

Shades of Madras #504323

Tints of Madras #504323

RGB

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

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

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

R = 43.96%
G = 36.81%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#504323 (or 0x504323) is known color: Madras. HEX triplet: 50, 43 and 23. RGB value is (80,67,35). Sum of RGB (Red+Green+Blue) = 80+67+35=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #504323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504323 is #AFBCDC. Grayscale: #434343. Windows color (decimal): -11517149 or 2310992. OLE color: 2310992.

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

Color convert

RGB 80 67 35 -
CMYK 0 0.16 0.56 0.69
HSL 42.67º 0.39% 0.23% -
HSV(B) 42.67º 0.56% 0.31% -
XYZ 5.62 5.84 2.42 -
YUV 67.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 80 67 35 0 0.16 0.56 0.69 42.67 0.39 0.23
Hex 50 43 23 0 10 38 45 2B 27 17
Octal 120 103 43 0 20 70 105 53 47 27
Binary 1010000 1000011 100011 0 10000 111000 1000101 101011 100111 10111

Color Harmonies of #504323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504323

Black with #504323

Text Example


Text Example

White with #504323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504323; }

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

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

background-color css

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

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

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

border-color css

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

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

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