#50372B

Color #50372B Tobago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tobago #50372B

Tints of Tobago #50372B

Color information

#50372B (or 0x50372B) is unknown color: approx Tobago. HEX triplet: 50, 37 and 2B. RGB value is (80,55,43). Sum of RGB (Red+Green+Blue) = 80+55+43=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50372B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50372B is #AFC8D4. Grayscale: #3D3D3D. Windows color (decimal): -11520213 or 2832208. OLE color: 2832208.

HSL color Cylindrical-coordinate representation of color #50372B: hue angle of 19.46º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50372B is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB805543-
CMYK00.310.460.69
HSL19.46º30.08%24.12%-
HSV(B)19.46º46.25%31.37%-
XYZ5.114.612.91-
YUV61.11117.78141.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 55 (21.88% from 255) = 30.90%
BLUE value IS 43 (17.19% from 255) = 24.16%
R=44.94%
G=30.90%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80554300.310.460.6919.4630.0824.12
Hex50372B01F2E45131e18
Octal120675303756105233630
Binary10100001101111010110111111011101000101100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,55,43); }

 H1.HeaderClassName
 {
   color: #50372B;
 }
 .AnyTagClassName
 {
   color: #50372B;
 }
</style>
background-color css

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

 a { background-color: rgb(80,55,43); }

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

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

 span { border-color: rgb(80,55,43); }

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