Html Css Color HEX #713632 Sanguine Brown

📋 copy color: '#713632'

red 113 ◦ green 54 ◦ blue 50

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

Shades of Sanguine Brown #713632

Tints of Sanguine Brown #713632

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.88%

 BLUE value IS 50 (19.92% from 255) = 23.04%

R = 52.07%
G = 24.88%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#713632 (or 0x713632) is known color: Sanguine Brown. HEX triplet: 71, 36 and 32. RGB value is (113,54,50). Sum of RGB (Red+Green+Blue) = 113+54+50=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #713632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713632 is #8EC9CD. Grayscale: #474747. Windows color (decimal): -9357774 or 3290737. OLE color: 3290737.

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

Color convert

RGB 113 54 50 -
CMYK 0 0.52 0.56 0.56
HSL 3.81º 0.39% 0.32% -
HSV(B) 3.81º 0.56% 0.44% -
XYZ 8.7 6.38 3.79 -
YUV 71.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 113 54 50 0 0.52 0.56 0.56 3.81 0.39 0.32
Hex 71 36 32 0 34 38 38 4 27 20
Octal 161 66 62 0 64 70 70 4 47 40
Binary 1110001 110110 110010 0 110100 111000 111000 100 100111 100000

Color Harmonies of #713632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713632

Black with #713632

Text Example


Text Example

White with #713632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713632; }

 p { color: rgb(113,54,50); }

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

background-color css

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

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

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

border-color css

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

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

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