#512B31

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

Shades of Cab Sav #512B31

Tints of Cab Sav #512B31

Color information

#512B31 (or 0x512B31) is unknown color: approx Cab Sav. HEX triplet: 51, 2B and 31. RGB value is (81,43,49). Sum of RGB (Red+Green+Blue) = 81+43+49=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #512B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B31 is #AED4CE. Grayscale: #373737. Windows color (decimal): -11457743 or 3222353. OLE color: 3222353.

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

Color convert

RGB814349-
CMYK00.470.400.68
HSL350.53º30.65%24.31%-
HSV(B)350.53º46.91%31.76%-
XYZ4.813.73.37-
YUV55.05124.59146.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 43 (17.19% from 255) = 24.86%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=46.82%
G=24.86%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81434900.470.400.68350.5330.6524.31
Hex512B3102F284415f1f18
Octal1215361057501045373730
Binary1010001101011110001010111110100010001001010111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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