Html Css Color HEX #733535 Sanguine Brown

📋 copy color: '#733535'

red 115 ◦ green 53 ◦ blue 53

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

Shades of Sanguine Brown #733535

Tints of Sanguine Brown #733535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.98%

R = 52.04%
G = 23.98%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#733535 (or 0x733535) is known color: Sanguine Brown. HEX triplet: 73, 35 and 35. RGB value is (115,53,53). Sum of RGB (Red+Green+Blue) = 115+53+53=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #733535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733535 is #8CCACA. Grayscale: #474747. Windows color (decimal): -9226955 or 3487091. OLE color: 3487091.

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

Color convert

RGB 115 53 53 -
CMYK 0 0.54 0.54 0.55
HSL 0.37% 0.33% -
HSV(B) 0.54% 0.45% -
XYZ 8.99 6.45 4.14 -
YUV 71.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 115 53 53 0 0.54 0.54 0.55 0 0.37 0.33
Hex 73 35 35 0 36 36 37 0 25 21
Octal 163 65 65 0 66 66 67 0 45 41
Binary 1110011 110101 110101 0 110110 110110 110111 0 100101 100001

Color Harmonies of #733535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733535

Black with #733535

Text Example


Text Example

White with #733535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733535; }

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

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

background-color css

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

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

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

border-color css

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

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

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