Html Css Color HEX #733532 Sanguine Brown

📋 copy color: '#733532'

red 115 ◦ green 53 ◦ blue 50

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

Shades of Sanguine Brown #733532

Tints of Sanguine Brown #733532

RGB

 RED value IS 115 (45.31% from 255) = 52.75%

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

 BLUE value IS 50 (19.92% from 255) = 22.94%

R = 52.75%
G = 24.31%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#733532 (or 0x733532) is known color: Sanguine Brown. HEX triplet: 73, 35 and 32. RGB value is (115,53,50). Sum of RGB (Red+Green+Blue) = 115+53+50=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #733532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733532 is #8CCACD. Grayscale: #474747. Windows color (decimal): -9226958 or 3290483. OLE color: 3290483.

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

Color convert

RGB 115 53 50 -
CMYK 0 0.54 0.57 0.55
HSL 2.77º 0.39% 0.32% -
HSV(B) 2.77º 0.57% 0.45% -
XYZ 8.92 6.42 3.79 -
YUV 71.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 115 53 50 0 0.54 0.57 0.55 2.77 0.39 0.32
Hex 73 35 32 0 36 39 37 3 27 20
Octal 163 65 62 0 66 71 67 3 47 40
Binary 1110011 110101 110010 0 110110 111001 110111 11 100111 100000

Color Harmonies of #733532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733532

Black with #733532

Text Example


Text Example

White with #733532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733532; }

 p { color: rgb(115,53,50); }

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

background-color css

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

 a { background-color: rgb(115,53,50); }

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

border-color css

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

 span { border-color: rgb(115,53,50); }

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