#733C3A

Color #733C3A Sanguine Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sanguine Brown #733C3A

Tints of Sanguine Brown #733C3A

Color information

#733C3A (or 0x733C3A) is unknown color: approx Sanguine Brown. HEX triplet: 73, 3C and 3A. RGB value is (115,60,58). Sum of RGB (Red+Green+Blue) = 115+60+58=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #733C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C3A is #8CC3C5. Grayscale: #4C4C4C. Windows color (decimal): -9225158 or 3816563. OLE color: 3816563.

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

Color convert

RGB1156058-
CMYK00.480.500.55
HSL2.11º32.95%33.92%-
HSV(B)2.11º49.57%45.1%-
XYZ9.457.184.89-
YUV76.22117.72155.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.36%
GREEN value IS 60 (23.83% from 255) = 25.75%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=49.36%
G=25.75%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115605800.480.500.552.1132.9533.92
Hex733C3A030323722122
Octal1637472060626724142
Binary1110011111100111010011000011001011011110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #733C3A;
 }
 .AnyTagClassName
 {
   color: #733C3A;
 }
</style>
background-color css

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

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

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

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

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

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