#502C31

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

Shades of Cab Sav #502C31

Tints of Cab Sav #502C31

Color information

#502C31 (or 0x502C31) is unknown color: approx Cab Sav. HEX triplet: 50, 2C and 31. RGB value is (80,44,49). Sum of RGB (Red+Green+Blue) = 80+44+49=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #502C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C31 is #AFD3CE. Grayscale: #373737. Windows color (decimal): -11523023 or 3222608. OLE color: 3222608.

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

Color convert

RGB804449-
CMYK00.450.390.69
HSL351.67º29.03%24.31%-
HSV(B)351.67º45%31.37%-
XYZ4.763.733.37-
YUV55.33124.43145.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.24%
GREEN value IS 44 (17.58% from 255) = 25.43%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=46.24%
G=25.43%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80444900.450.390.69351.6729.0324.31
Hex502C3102D27451601d18
Octal1205461055471055403530
Binary1010000101100110001010110110011110001011011000001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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