Html Css Color HEX #713B39 Sanguine Brown

📋 copy color: '#713B39'

red 113 ◦ green 59 ◦ blue 57

#713B39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sanguine Brown #713B39

Tints of Sanguine Brown #713B39

RGB

 RED value IS 113 (44.53% from 255) = 49.34%

 GREEN value IS 59 (23.44% from 255) = 25.76%

 BLUE value IS 57 (22.66% from 255) = 24.89%

R = 49.34%
G = 25.76%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#713B39 (or 0x713B39) is known color: Sanguine Brown. HEX triplet: 71, 3B and 39. RGB value is (113,59,57). Sum of RGB (Red+Green+Blue) = 113+59+57=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #713B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B39 is #8EC4C6. Grayscale: #4A4A4A. Windows color (decimal): -9356487 or 3750769. OLE color: 3750769.

HSL color Cylindrical-coordinate representation of color #713B39: hue angle of 2.14º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713B39 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 59 57 -
CMYK 0 0.48 0.50 0.56
HSL 2.14º 0.33% 0.33% -
HSV(B) 2.14º 0.5% 0.44% -
XYZ 9.11 6.93 4.73 -
YUV 74.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 113 59 57 0 0.48 0.50 0.56 2.14 0.33 0.33
Hex 71 3B 39 0 30 32 38 2 21 21
Octal 161 73 71 0 60 62 70 2 41 41
Binary 1110001 111011 111001 0 110000 110010 111000 10 100001 100001

Color Harmonies of #713B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B39

Black with #713B39

Text Example


Text Example

White with #713B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713B39; }

 p { color: rgb(113,59,57); }

 H1.HeaderClassName
 {
   color: #713B39;
 }
 .AnyTagClassName
 {
   color: #713B39;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #713B39;
 }
 .BgClassName
 {
   background-color: #713B39;
 }
</style>

border-color css

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

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

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