Html Css Color HEX #743D3C Sanguine Brown

📋 copy color: '#743D3C'

red 116 ◦ green 61 ◦ blue 60

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

Shades of Sanguine Brown #743D3C

Tints of Sanguine Brown #743D3C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.74%

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 48.95%
G = 25.74%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#743D3C (or 0x743D3C) is known color: Sanguine Brown. HEX triplet: 74, 3D and 3C. RGB value is (116,61,60). Sum of RGB (Red+Green+Blue) = 116+61+60=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #743D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D3C is #8BC2C3. Grayscale: #4D4D4D. Windows color (decimal): -9159364 or 3947892. OLE color: 3947892.

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

Color convert

RGB 116 61 60 -
CMYK 0 0.47 0.48 0.55
HSL 1.07º 0.32% 0.35% -
HSV(B) 1.07º 0.48% 0.45% -
XYZ 9.69 7.38 5.19 -
YUV 77.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 116 61 60 0 0.47 0.48 0.55 1.07 0.32 0.35
Hex 74 3D 3C 0 2F 30 37 1 20 23
Octal 164 75 74 0 57 60 67 1 40 43
Binary 1110100 111101 111100 0 101111 110000 110111 1 100000 100011

Color Harmonies of #743D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D3C

Black with #743D3C

Text Example


Text Example

White with #743D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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