Html Css Color HEX #713C38 Sanguine Brown

📋 copy color: '#713C38'

red 113 ◦ green 60 ◦ blue 56

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

Shades of Sanguine Brown #713C38

Tints of Sanguine Brown #713C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.45%

R = 49.34%
G = 26.2%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#713C38 (or 0x713C38) is known color: Sanguine Brown. HEX triplet: 71, 3C and 38. RGB value is (113,60,56). Sum of RGB (Red+Green+Blue) = 113+60+56=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #713C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C38 is #8EC3C7. Grayscale: #4B4B4B. Windows color (decimal): -9356232 or 3685489. OLE color: 3685489.

HSL color Cylindrical-coordinate representation of color #713C38: hue angle of 4.21º degrees, saturation: 0.34, 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 #713C38 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 60 56 -
CMYK 0 0.47 0.50 0.56
HSL 4.21º 0.34% 0.33% -
HSV(B) 4.21º 0.5% 0.44% -
XYZ 9.14 7.03 4.62 -
YUV 75.39 117.06 154.83 -
System Red Green Blue C M Y K H S L
Decimal 113 60 56 0 0.47 0.50 0.56 4.21 0.34 0.33
Hex 71 3C 38 0 2F 32 38 4 22 21
Octal 161 74 70 0 57 62 70 4 42 41
Binary 1110001 111100 111000 0 101111 110010 111000 100 100010 100001

Color Harmonies of #713C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C38

Black with #713C38

Text Example


Text Example

White with #713C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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