Html Css Color HEX #50431E Madras

📋 copy color: '#50431E'

red 80 ◦ green 67 ◦ blue 30

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

Shades of Madras #50431E

Tints of Madras #50431E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.95%

R = 45.2%
G = 37.85%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#50431E (or 0x50431E) is known color: Madras. HEX triplet: 50, 43 and 1E. RGB value is (80,67,30). Sum of RGB (Red+Green+Blue) = 80+67+30=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #50431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50431E is #AFBCE1. Grayscale: #424242. Windows color (decimal): -11517154 or 1983312. OLE color: 1983312.

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

Color convert

RGB 80 67 30 -
CMYK 0 0.16 0.62 0.69
HSL 44.4º 0.45% 0.22% -
HSV(B) 44.4º 0.63% 0.31% -
XYZ 5.55 5.81 2.06 -
YUV 66.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 80 67 30 0 0.16 0.62 0.69 44.4 0.45 0.22
Hex 50 43 1E 0 10 3E 45 2C 2D 16
Octal 120 103 36 0 20 76 105 54 55 26
Binary 1010000 1000011 11110 0 10000 111110 1000101 101100 101101 10110

Color Harmonies of #50431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50431E

Black with #50431E

Text Example


Text Example

White with #50431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50431E; }

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

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

background-color css

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

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

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

border-color css

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

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

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