#512D31

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

Shades of Cab Sav #512D31

Tints of Cab Sav #512D31

Color information

#512D31 (or 0x512D31) is unknown color: approx Cab Sav. HEX triplet: 51, 2D and 31. RGB value is (81,45,49). Sum of RGB (Red+Green+Blue) = 81+45+49=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #512D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D31 is #AED2CE. Grayscale: #383838. Windows color (decimal): -11457231 or 3222865. OLE color: 3222865.

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

Color convert

RGB814549-
CMYK00.440.400.68
HSL353.33º28.57%24.71%-
HSV(B)353.33º44.44%31.76%-
XYZ4.893.853.39-
YUV56.22123.93145.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 45 (17.97% from 255) = 25.71%
BLUE value IS 49 (19.53% from 255) = 28%
R=46.29%
G=25.71%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81454900.440.400.68353.3328.5724.71
Hex512D3102C28441611d19
Octal1215561054501045413531
Binary1010001101101110001010110010100010001001011000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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