Html Css Color HEX #743533 Sanguine Brown

📋 copy color: '#743533'

red 116 ◦ green 53 ◦ blue 51

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

Shades of Sanguine Brown #743533

Tints of Sanguine Brown #743533

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

 BLUE value IS 51 (20.31% from 255) = 23.18%

R = 52.73%
G = 24.09%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#743533 (or 0x743533) is known color: Sanguine Brown. HEX triplet: 74, 35 and 33. RGB value is (116,53,51). Sum of RGB (Red+Green+Blue) = 116+53+51=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #743533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743533 is #8BCACC. Grayscale: #474747. Windows color (decimal): -9161421 or 3356020. OLE color: 3356020.

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

Color convert

RGB 116 53 51 -
CMYK 0 0.54 0.56 0.55
HSL 1.85º 0.39% 0.33% -
HSV(B) 1.85º 0.56% 0.45% -
XYZ 9.07 6.5 3.91 -
YUV 71.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 116 53 51 0 0.54 0.56 0.55 1.85 0.39 0.33
Hex 74 35 33 0 36 38 37 2 27 21
Octal 164 65 63 0 66 70 67 2 47 41
Binary 1110100 110101 110011 0 110110 111000 110111 10 100111 100001

Color Harmonies of #743533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743533

Black with #743533

Text Example


Text Example

White with #743533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743533; }

 p { color: rgb(116,53,51); }

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

background-color css

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

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

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

border-color css

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

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

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