#713333

Color #713333 Sanguine Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sanguine Brown #713333

Tints of Sanguine Brown #713333

Color information

#713333 (or 0x713333) is unknown color: approx Sanguine Brown. HEX triplet: 71, 33 and 33. RGB value is (113,51,51). Sum of RGB (Red+Green+Blue) = 113+51+51=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #713333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713333 is #8ECCCC. Grayscale: #454545. Windows color (decimal): -9358541 or 3355505. OLE color: 3355505.

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

Color convert

RGB1135151-
CMYK00.550.550.56
HSL37.8%32.16%-
HSV(B)54.87%44.31%-
XYZ8.596.123.86-
YUV69.54117.54159-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 51 (20.31% from 255) = 23.72%
BLUE value IS 51 (20.31% from 255) = 23.72%
R=52.56%
G=23.72%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113515100.550.550.56037.832.16
Hex713333037373802620
Octal1616363067677004640
Binary111000111001111001101101111101111110000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713333; }

 p { color: rgb(113,51,51); }

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

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

 a { background-color: rgb(113,51,51); }

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

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

 span { border-color: rgb(113,51,51); }

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