Html Css Color HEX #743C3A Sanguine Brown

📋 copy color: '#743C3A'

red 116 ◦ green 60 ◦ blue 58

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

Shades of Sanguine Brown #743C3A

Tints of Sanguine Brown #743C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 49.57%
G = 25.64%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#743C3A (or 0x743C3A) is known color: Sanguine Brown. HEX triplet: 74, 3C and 3A. RGB value is (116,60,58). Sum of RGB (Red+Green+Blue) = 116+60+58=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #743C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C3A is #8BC3C5. Grayscale: #4C4C4C. Windows color (decimal): -9159622 or 3816564. OLE color: 3816564.

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

Color convert

RGB 116 60 58 -
CMYK 0 0.48 0.5 0.55
HSL 2.07º 0.33% 0.34% -
HSV(B) 2.07º 0.5% 0.45% -
XYZ 9.58 7.25 4.9 -
YUV 76.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 116 60 58 0 0.48 0.5 0.55 2.07 0.33 0.34
Hex 74 3C 3A 0 30 32 37 2 21 22
Octal 164 74 72 0 60 62 67 2 41 42
Binary 1110100 111100 111010 0 110000 110010 110111 10 100001 100010

Color Harmonies of #743C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C3A

Black with #743C3A

Text Example


Text Example

White with #743C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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