#753534

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

Shades of Sanguine Brown #753534

Tints of Sanguine Brown #753534

Color information

#753534 (or 0x753534) is unknown color: approx Sanguine Brown. HEX triplet: 75, 35 and 34. RGB value is (117,53,52). Sum of RGB (Red+Green+Blue) = 117+53+52=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #753534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753534 is #8ACACB. Grayscale: #484848. Windows color (decimal): -9095884 or 3421557. OLE color: 3421557.

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

Color convert

RGB1175352-
CMYK00.550.560.54
HSL0.92º38.46%33.14%-
HSV(B)0.92º55.56%45.88%-
XYZ9.236.584.03-
YUV72.02116.7160.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 52 (20.70% from 255) = 23.42%
R=52.70%
G=23.87%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117535200.550.560.540.9238.4633.14
Hex753534037383612621
Octal1656564067706614641
Binary111010111010111010001101111110001101101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753534; }

 p { color: rgb(117,53,52); }

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

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

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

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

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

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

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