#512C31

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

Shades of Cab Sav #512C31

Tints of Cab Sav #512C31

Color information

#512C31 (or 0x512C31) is unknown color: approx Cab Sav. HEX triplet: 51, 2C and 31. RGB value is (81,44,49). Sum of RGB (Red+Green+Blue) = 81+44+49=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #512C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C31 is #AED3CE. Grayscale: #373737. Windows color (decimal): -11457487 or 3222609. OLE color: 3222609.

HSL color Cylindrical-coordinate representation of color #512C31: hue angle of 351.89º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #512C31 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB814449-
CMYK00.460.400.68
HSL351.89º29.6%24.51%-
HSV(B)351.89º45.68%31.76%-
XYZ4.853.773.38-
YUV55.63124.26146.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 44 (17.58% from 255) = 25.29%
BLUE value IS 49 (19.53% from 255) = 28.16%
R=46.55%
G=25.29%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81444900.460.400.68351.8929.624.51
Hex512C3102E28441601e19
Octal1215461056501045403631
Binary1010001101100110001010111010100010001001011000001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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