Html Css Color HEX #743C3B Sanguine Brown

📋 copy color: '#743C3B'

red 116 ◦ green 60 ◦ blue 59

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

Shades of Sanguine Brown #743C3B

Tints of Sanguine Brown #743C3B

RGB

 RED value IS 116 (45.7% from 255) = 49.36%

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

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

R = 49.36%
G = 25.53%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#743C3B (or 0x743C3B) is known color: Sanguine Brown. HEX triplet: 74, 3C and 3B. RGB value is (116,60,59). Sum of RGB (Red+Green+Blue) = 116+60+59=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #743C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C3B is #8BC3C4. Grayscale: #4C4C4C. Windows color (decimal): -9159621 or 3882100. OLE color: 3882100.

HSL color Cylindrical-coordinate representation of color #743C3B: hue angle of 1.05º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743C3B is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 60 59 -
CMYK 0 0.48 0.49 0.55
HSL 1.05º 0.33% 0.34% -
HSV(B) 1.05º 0.49% 0.45% -
XYZ 9.61 7.26 5.03 -
YUV 76.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 116 60 59 0 0.48 0.49 0.55 1.05 0.33 0.34
Hex 74 3C 3B 0 30 31 37 1 21 22
Octal 164 74 73 0 60 61 67 1 41 42
Binary 1110100 111100 111011 0 110000 110001 110111 1 100001 100010

Color Harmonies of #743C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C3B

Black with #743C3B

Text Example


Text Example

White with #743C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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