Html Css Color HEX #753D3C Sanguine Brown

📋 copy color: '#753D3C'

red 117 ◦ green 61 ◦ blue 60

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

Shades of Sanguine Brown #753D3C

Tints of Sanguine Brown #753D3C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.63%

 BLUE value IS 60 (23.83% from 255) = 25.21%

R = 49.16%
G = 25.63%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#753D3C (or 0x753D3C) is known color: Sanguine Brown. HEX triplet: 75, 3D and 3C. RGB value is (117,61,60). Sum of RGB (Red+Green+Blue) = 117+61+60=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #753D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D3C is #8AC2C3. Grayscale: #4D4D4D. Windows color (decimal): -9093828 or 3947893. OLE color: 3947893.

HSL color Cylindrical-coordinate representation of color #753D3C: hue angle of 1.05º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #753D3C is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 61 60 -
CMYK 0 0.48 0.49 0.54
HSL 1.05º 0.32% 0.35% -
HSV(B) 1.05º 0.49% 0.46% -
XYZ 9.82 7.45 5.19 -
YUV 77.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 117 61 60 0 0.48 0.49 0.54 1.05 0.32 0.35
Hex 75 3D 3C 0 30 31 36 1 20 23
Octal 165 75 74 0 60 61 66 1 40 43
Binary 1110101 111101 111100 0 110000 110001 110110 1 100000 100011

Color Harmonies of #753D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D3C

Black with #753D3C

Text Example


Text Example

White with #753D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,61,60); }

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

background-color css

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

 a { background-color: rgb(117,61,60); }

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

border-color css

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

 span { border-color: rgb(117,61,60); }

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