Html Css Color HEX #743F3F Sanguine Brown

📋 copy color: '#743F3F'

red 116 ◦ green 63 ◦ blue 63

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

Shades of Sanguine Brown #743F3F

Tints of Sanguine Brown #743F3F

RGB

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

 GREEN value IS 63 (25% from 255) = 26.03%

 BLUE value IS 63 (25% from 255) = 26.03%

R = 47.93%
G = 26.03%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#743F3F (or 0x743F3F) is known color: Sanguine Brown. HEX triplet: 74, 3F and 3F. RGB value is (116,63,63). Sum of RGB (Red+Green+Blue) = 116+63+63=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #743F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743F3F is #8BC0C0. Grayscale: #4E4E4E. Windows color (decimal): -9158849 or 4145012. OLE color: 4145012.

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

Color convert

RGB 116 63 63 -
CMYK 0 0.46 0.46 0.55
HSL 0.3% 0.35% -
HSV(B) 0.46% 0.45% -
XYZ 9.88 7.63 5.65 -
YUV 78.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 116 63 63 0 0.46 0.46 0.55 0 0.3 0.35
Hex 74 3F 3F 0 2E 2E 37 0 1E 23
Octal 164 77 77 0 56 56 67 0 36 43
Binary 1110100 111111 111111 0 101110 101110 110111 0 11110 100011

Color Harmonies of #743F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743F3F

Black with #743F3F

Text Example


Text Example

White with #743F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,63,63); }

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

background-color css

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

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

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

border-color css

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

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

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