Html Css Color HEX #743734 Sanguine Brown

📋 copy color: '#743734'

red 116 ◦ green 55 ◦ blue 52

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

Shades of Sanguine Brown #743734

Tints of Sanguine Brown #743734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.32%

R = 52.02%
G = 24.66%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#743734 (or 0x743734) is known color: Sanguine Brown. HEX triplet: 74, 37 and 34. RGB value is (116,55,52). Sum of RGB (Red+Green+Blue) = 116+55+52=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #743734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743734 is #8BC8CB. Grayscale: #484848. Windows color (decimal): -9160908 or 3422068. OLE color: 3422068.

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

Color convert

RGB 116 55 52 -
CMYK 0 0.53 0.55 0.55
HSL 2.81º 0.38% 0.33% -
HSV(B) 2.81º 0.55% 0.45% -
XYZ 9.19 6.69 4.06 -
YUV 72.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 116 55 52 0 0.53 0.55 0.55 2.81 0.38 0.33
Hex 74 37 34 0 35 37 37 3 26 21
Octal 164 67 64 0 65 67 67 3 46 41
Binary 1110100 110111 110100 0 110101 110111 110111 11 100110 100001

Color Harmonies of #743734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743734

Black with #743734

Text Example


Text Example

White with #743734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743734; }

 p { color: rgb(116,55,52); }

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

background-color css

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

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

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

border-color css

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

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

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