Html Css Color HEX #753A39 Sanguine Brown

📋 copy color: '#753A39'

red 117 ◦ green 58 ◦ blue 57

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

Shades of Sanguine Brown #753A39

Tints of Sanguine Brown #753A39

RGB

 RED value IS 117 (46.09% from 255) = 50.43%

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

 BLUE value IS 57 (22.66% from 255) = 24.57%

R = 50.43%
G = 25%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#753A39 (or 0x753A39) is known color: Sanguine Brown. HEX triplet: 75, 3A and 39. RGB value is (117,58,57). Sum of RGB (Red+Green+Blue) = 117+58+57=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #753A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A39 is #8AC5C6. Grayscale: #4B4B4B. Windows color (decimal): -9094599 or 3750517. OLE color: 3750517.

HSL color Cylindrical-coordinate representation of color #753A39: hue angle of 1º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #753A39 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 58 57 -
CMYK 0 0.50 0.51 0.54
HSL 0.34% 0.34% -
HSV(B) 0.51% 0.46% -
XYZ 9.59 7.1 4.74 -
YUV 75.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 117 58 57 0 0.50 0.51 0.54 1 0.34 0.34
Hex 75 3A 39 0 32 33 36 1 22 22
Octal 165 72 71 0 62 63 66 1 42 42
Binary 1110101 111010 111001 0 110010 110011 110110 1 100010 100010

Color Harmonies of #753A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A39

Black with #753A39

Text Example


Text Example

White with #753A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753A39; }

 p { color: rgb(117,58,57); }

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

background-color css

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

 a { background-color: rgb(117,58,57); }

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

border-color css

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

 span { border-color: rgb(117,58,57); }

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