#513235

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

Shades of Cab Sav #513235

Tints of Cab Sav #513235

Color information

#513235 (or 0x513235) is unknown color: approx Cab Sav. HEX triplet: 51, 32 and 35. RGB value is (81,50,53). Sum of RGB (Red+Green+Blue) = 81+50+53=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #513235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513235 is #AECDCA. Grayscale: #3B3B3B. Windows color (decimal): -11455947 or 3486289. OLE color: 3486289.

HSL color Cylindrical-coordinate representation of color #513235: hue angle of 354.19º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #513235 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB815053-
CMYK00.380.350.68
HSL354.19º23.66%25.69%-
HSV(B)354.19º38.27%31.76%-
XYZ5.184.293.92-
YUV59.61124.27143.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 50 (19.92% from 255) = 27.17%
BLUE value IS 53 (21.09% from 255) = 28.80%
R=44.02%
G=27.17%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81505300.380.350.68354.1923.6625.69
Hex5132350262344162181a
Octal1216265046431045423032
Binary1010001110010110101010011010001110001001011000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513235; }

 p { color: rgb(81,50,53); }

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

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

 a { background-color: rgb(81,50,53); }

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

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

 span { border-color: rgb(81,50,53); }

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