Html Css Color HEX #743634 Sanguine Brown

📋 copy color: '#743634'

red 116 ◦ green 54 ◦ blue 52

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

Shades of Sanguine Brown #743634

Tints of Sanguine Brown #743634

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.32%

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

R = 52.25%
G = 24.32%
B = 23.42%

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

#743634 (or 0x743634) is known color: Sanguine Brown. HEX triplet: 74, 36 and 34. RGB value is (116,54,52). Sum of RGB (Red+Green+Blue) = 116+54+52=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #743634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743634 is #8BC9CB. Grayscale: #484848. Windows color (decimal): -9161164 or 3421812. OLE color: 3421812.

HSL color Cylindrical-coordinate representation of color #743634: hue angle of 1.88º 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 #743634 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 54 52 -
CMYK 0 0.53 0.55 0.55
HSL 1.88º 0.38% 0.33% -
HSV(B) 1.88º 0.55% 0.45% -
XYZ 9.14 6.6 4.04 -
YUV 72.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 116 54 52 0 0.53 0.55 0.55 1.88 0.38 0.33
Hex 74 36 34 0 35 37 37 2 26 21
Octal 164 66 64 0 65 67 67 2 46 41
Binary 1110100 110110 110100 0 110101 110111 110111 10 100110 100001

Color Harmonies of #743634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743634

Black with #743634

Text Example


Text Example

White with #743634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743634; }

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

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

background-color css

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

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

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

border-color css

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

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

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