Html Css Color HEX #50430B Madras

📋 copy color: '#50430B'

red 80 ◦ green 67 ◦ blue 11

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

Shades of Madras #50430B

Tints of Madras #50430B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.96%

R = 50.63%
G = 42.41%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#50430B (or 0x50430B) is known color: Madras. HEX triplet: 50, 43 and 0B. RGB value is (80,67,11). Sum of RGB (Red+Green+Blue) = 80+67+11=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50430B is #AFBCF4. Grayscale: #404040. Windows color (decimal): -11517173 or 738128. OLE color: 738128.

HSL color Cylindrical-coordinate representation of color #50430B: hue angle of 48.7º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50430B is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 67 11 -
CMYK 0 0.16 0.86 0.69
HSL 48.7º 0.76% 0.18% -
HSV(B) 48.7º 0.86% 0.31% -
XYZ 5.38 5.74 1.14 -
YUV 64.5 97.81 139.05 -
System Red Green Blue C M Y K H S L
Decimal 80 67 11 0 0.16 0.86 0.69 48.7 0.76 0.18
Hex 50 43 B 0 10 56 45 31 4C 12
Octal 120 103 13 0 20 126 105 61 114 22
Binary 1010000 1000011 1011 0 10000 1010110 1000101 110001 1001100 10010

Color Harmonies of #50430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50430B

Black with #50430B

Text Example


Text Example

White with #50430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50430B; }

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

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

background-color css

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

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

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

border-color css

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

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

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