Html Css Color HEX #733B3A Sanguine Brown

📋 copy color: '#733B3A'

red 115 ◦ green 59 ◦ blue 58

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

Shades of Sanguine Brown #733B3A

Tints of Sanguine Brown #733B3A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.43%

 BLUE value IS 58 (23.05% from 255) = 25%

R = 49.57%
G = 25.43%
B = 25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#733B3A (or 0x733B3A) is known color: Sanguine Brown. HEX triplet: 73, 3B and 3A. RGB value is (115,59,58). Sum of RGB (Red+Green+Blue) = 115+59+58=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #733B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B3A is #8CC4C5. Grayscale: #4B4B4B. Windows color (decimal): -9225414 or 3816307. OLE color: 3816307.

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

Color convert

RGB 115 59 58 -
CMYK 0 0.49 0.50 0.55
HSL 1.05º 0.33% 0.34% -
HSV(B) 1.05º 0.5% 0.45% -
XYZ 9.4 7.08 4.87 -
YUV 75.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 115 59 58 0 0.49 0.50 0.55 1.05 0.33 0.34
Hex 73 3B 3A 0 31 32 37 1 21 22
Octal 163 73 72 0 61 62 67 1 41 42
Binary 1110011 111011 111010 0 110001 110010 110111 1 100001 100010

Color Harmonies of #733B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733B3A

Black with #733B3A

Text Example


Text Example

White with #733B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733B3A; }

 p { color: rgb(115,59,58); }

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

background-color css

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

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

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

border-color css

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

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

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