Html Css Color HEX #713736 Sanguine Brown

📋 copy color: '#713736'

red 113 ◦ green 55 ◦ blue 54

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

Shades of Sanguine Brown #713736

Tints of Sanguine Brown #713736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.32%

R = 50.9%
G = 24.77%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#713736 (or 0x713736) is known color: Sanguine Brown. HEX triplet: 71, 37 and 36. RGB value is (113,55,54). Sum of RGB (Red+Green+Blue) = 113+55+54=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #713736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713736 is #8EC8C9. Grayscale: #484848. Windows color (decimal): -9357514 or 3553137. OLE color: 3553137.

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

Color convert

RGB 113 55 54 -
CMYK 0 0.51 0.52 0.56
HSL 1.02º 0.35% 0.33% -
HSV(B) 1.02º 0.52% 0.44% -
XYZ 8.84 6.51 4.28 -
YUV 72.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 113 55 54 0 0.51 0.52 0.56 1.02 0.35 0.33
Hex 71 37 36 0 33 34 38 1 23 21
Octal 161 67 66 0 63 64 70 1 43 41
Binary 1110001 110111 110110 0 110011 110100 111000 1 100011 100001

Color Harmonies of #713736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713736

Black with #713736

Text Example


Text Example

White with #713736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713736; }

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

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

background-color css

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

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

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

border-color css

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

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

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