#502B31

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

Shades of Cab Sav #502B31

Tints of Cab Sav #502B31

Color information

#502B31 (or 0x502B31) is unknown color: approx Cab Sav. HEX triplet: 50, 2B and 31. RGB value is (80,43,49). Sum of RGB (Red+Green+Blue) = 80+43+49=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #502B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B31 is #AFD4CE. Grayscale: #363636. Windows color (decimal): -11523279 or 3222352. OLE color: 3222352.

HSL color Cylindrical-coordinate representation of color #502B31: hue angle of 350.27º 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 #502B31 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB804349-
CMYK00.460.390.69
HSL350.27º30.08%24.12%-
HSV(B)350.27º46.25%31.37%-
XYZ4.733.653.36-
YUV54.75124.76146.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.51%
GREEN value IS 43 (17.19% from 255) = 25%
BLUE value IS 49 (19.53% from 255) = 28.49%
R=46.51%
G=25%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80434900.460.390.69350.2730.0824.12
Hex502B3102E274515e1e18
Octal1205361056471055363630
Binary1010000101011110001010111010011110001011010111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502B31; }

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

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

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

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

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

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

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

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