#503134

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

Shades of Cab Sav #503134

Tints of Cab Sav #503134

Color information

#503134 (or 0x503134) is unknown color: approx Cab Sav. HEX triplet: 50, 31 and 34. RGB value is (80,49,52). Sum of RGB (Red+Green+Blue) = 80+49+52=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #503134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503134 is #AFCECB. Grayscale: #3A3A3A. Windows color (decimal): -11521740 or 3420496. OLE color: 3420496.

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

Color convert

RGB804952-
CMYK00.390.350.69
HSL354.19º24.03%25.29%-
HSV(B)354.19º38.75%31.37%-
XYZ5.034.153.78-
YUV58.61124.27143.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 49 (19.53% from 255) = 27.07%
BLUE value IS 52 (20.70% from 255) = 28.73%
R=44.20%
G=27.07%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80495200.390.350.69354.1924.0325.29
Hex50313402723451621819
Octal1206164047431055423031
Binary1010000110001110100010011110001110001011011000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503134; }

 p { color: rgb(80,49,52); }

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

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

 a { background-color: rgb(80,49,52); }

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

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

 span { border-color: rgb(80,49,52); }

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