#50363A

Color #50363A Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #50363A

Tints of Cab Sav #50363A

Color information

#50363A (or 0x50363A) is unknown color: approx Cab Sav. HEX triplet: 50, 36 and 3A. RGB value is (80,54,58). Sum of RGB (Red+Green+Blue) = 80+54+58=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50363A is #AFC9C5. Grayscale: #3E3E3E. Windows color (decimal): -11520454 or 3814992. OLE color: 3814992.

HSL color Cylindrical-coordinate representation of color #50363A: hue angle of 350.77º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50363A is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB805458-
CMYK00.330.280.69
HSL350.77º19.4%26.27%-
HSV(B)350.77º32.5%31.37%-
XYZ5.394.654.62-
YUV62.23125.61140.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=41.67%
G=28.12%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80545800.330.280.69350.7719.426.27
Hex50363A0211C4515f131a
Octal1206672041341055372332
Binary101000011011011101001000011110010001011010111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50363A; }

 p { color: rgb(80,54,58); }

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

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

 a { background-color: rgb(80,54,58); }

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

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

 span { border-color: rgb(80,54,58); }

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