Html Css Color HEX #504325 Madras

📋 copy color: '#504325'

red 80 ◦ green 67 ◦ blue 37

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

Shades of Madras #504325

Tints of Madras #504325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.11%

R = 43.48%
G = 36.41%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#504325 (or 0x504325) is known color: Madras. HEX triplet: 50, 43 and 25. RGB value is (80,67,37). Sum of RGB (Red+Green+Blue) = 80+67+37=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #504325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504325 is #AFBCDA. Grayscale: #434343. Windows color (decimal): -11517147 or 2442064. OLE color: 2442064.

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

Color convert

RGB 80 67 37 -
CMYK 0 0.16 0.54 0.69
HSL 41.86º 0.37% 0.23% -
HSV(B) 41.86º 0.54% 0.31% -
XYZ 5.65 5.85 2.58 -
YUV 67.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 80 67 37 0 0.16 0.54 0.69 41.86 0.37 0.23
Hex 50 43 25 0 10 36 45 2A 25 17
Octal 120 103 45 0 20 66 105 52 45 27
Binary 1010000 1000011 100101 0 10000 110110 1000101 101010 100101 10111

Color Harmonies of #504325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504325

Black with #504325

Text Example


Text Example

White with #504325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504325; }

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

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

background-color css

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

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

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

border-color css

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

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

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