Html Css Color HEX #713C3B Sanguine Brown

📋 copy color: '#713C3B'

red 113 ◦ green 60 ◦ blue 59

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

Shades of Sanguine Brown #713C3B

Tints of Sanguine Brown #713C3B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.86%

 BLUE value IS 59 (23.44% from 255) = 25.43%

R = 48.71%
G = 25.86%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#713C3B (or 0x713C3B) is known color: Sanguine Brown. HEX triplet: 71, 3C and 3B. RGB value is (113,60,59). Sum of RGB (Red+Green+Blue) = 113+60+59=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #713C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C3B is #8EC3C4. Grayscale: #4B4B4B. Windows color (decimal): -9356229 or 3882097. OLE color: 3882097.

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

Color convert

RGB 113 60 59 -
CMYK 0 0.47 0.48 0.56
HSL 1.11º 0.31% 0.34% -
HSV(B) 1.11º 0.48% 0.44% -
XYZ 9.22 7.06 5.01 -
YUV 75.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 113 60 59 0 0.47 0.48 0.56 1.11 0.31 0.34
Hex 71 3C 3B 0 2F 30 38 1 1F 22
Octal 161 74 73 0 57 60 70 1 37 42
Binary 1110001 111100 111011 0 101111 110000 111000 1 11111 100010

Color Harmonies of #713C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C3B

Black with #713C3B

Text Example


Text Example

White with #713C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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