Html Css Color HEX #713834 Sanguine Brown

📋 copy color: '#713834'

red 113 ◦ green 56 ◦ blue 52

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

Shades of Sanguine Brown #713834

Tints of Sanguine Brown #713834

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

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

R = 51.13%
G = 25.34%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#713834 (or 0x713834) is known color: Sanguine Brown. HEX triplet: 71, 38 and 34. RGB value is (113,56,52). Sum of RGB (Red+Green+Blue) = 113+56+52=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #713834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713834 is #8EC7CB. Grayscale: #484848. Windows color (decimal): -9357260 or 3422321. OLE color: 3422321.

HSL color Cylindrical-coordinate representation of color #713834: hue angle of 3.93º 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 #713834 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 56 52 -
CMYK 0 0.50 0.54 0.56
HSL 3.93º 0.37% 0.32% -
HSV(B) 3.93º 0.54% 0.44% -
XYZ 8.84 6.59 4.05 -
YUV 72.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 113 56 52 0 0.50 0.54 0.56 3.93 0.37 0.32
Hex 71 38 34 0 32 36 38 4 25 20
Octal 161 70 64 0 62 66 70 4 45 40
Binary 1110001 111000 110100 0 110010 110110 111000 100 100101 100000

Color Harmonies of #713834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713834

Black with #713834

Text Example


Text Example

White with #713834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713834; }

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

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

background-color css

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

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

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

border-color css

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

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

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