Html Css Color HEX #713734 Sanguine Brown

📋 copy color: '#713734'

red 113 ◦ green 55 ◦ blue 52

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

Shades of Sanguine Brown #713734

Tints of Sanguine Brown #713734

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

 BLUE value IS 52 (20.7% from 255) = 23.64%

R = 51.36%
G = 25%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#713734 (or 0x713734) is known color: Sanguine Brown. HEX triplet: 71, 37 and 34. RGB value is (113,55,52). Sum of RGB (Red+Green+Blue) = 113+55+52=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #713734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713734 is #8EC8CB. Grayscale: #484848. Windows color (decimal): -9357516 or 3422065. OLE color: 3422065.

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

Color convert

RGB 113 55 52 -
CMYK 0 0.51 0.54 0.56
HSL 2.95º 0.37% 0.32% -
HSV(B) 2.95º 0.54% 0.44% -
XYZ 8.8 6.49 4.04 -
YUV 72 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 113 55 52 0 0.51 0.54 0.56 2.95 0.37 0.32
Hex 71 37 34 0 33 36 38 3 25 20
Octal 161 67 64 0 63 66 70 3 45 40
Binary 1110001 110111 110100 0 110011 110110 111000 11 100101 100000

Color Harmonies of #713734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713734

Black with #713734

Text Example


Text Example

White with #713734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713734; }

 p { color: rgb(113,55,52); }

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

background-color css

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

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

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

border-color css

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

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

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