Html Css Color HEX #50451B Madras

📋 copy color: '#50451B'

red 80 ◦ green 69 ◦ blue 27

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

Shades of Madras #50451B

Tints of Madras #50451B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.2%

 BLUE value IS 27 (10.94% from 255) = 15.34%

R = 45.45%
G = 39.2%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50451B (or 0x50451B) is known color: Madras. HEX triplet: 50, 45 and 1B. RGB value is (80,69,27). Sum of RGB (Red+Green+Blue) = 80+69+27=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #50451B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50451B is #AFBAE4. Grayscale: #434343. Windows color (decimal): -11516645 or 1787216. OLE color: 1787216.

HSL color Cylindrical-coordinate representation of color #50451B: hue angle of 47.55º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50451B is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 69 27 -
CMYK 0 0.14 0.66 0.69
HSL 47.55º 0.5% 0.21% -
HSV(B) 47.55º 0.66% 0.31% -
XYZ 5.63 6.04 1.91 -
YUV 67.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 80 69 27 0 0.14 0.66 0.69 47.55 0.5 0.21
Hex 50 45 1B 0 E 42 45 30 32 15
Octal 120 105 33 0 16 102 105 60 62 25
Binary 1010000 1000101 11011 0 1110 1000010 1000101 110000 110010 10101

Color Harmonies of #50451B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50451B

Black with #50451B

Text Example


Text Example

White with #50451B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,69,27); }

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

background-color css

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

 a { background-color: rgb(80,69,27); }

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

border-color css

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

 span { border-color: rgb(80,69,27); }

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