Html Css Color HEX #753B3B Sanguine Brown

📋 copy color: '#753B3B'

red 117 ◦ green 59 ◦ blue 59

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

Shades of Sanguine Brown #753B3B

Tints of Sanguine Brown #753B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.11%

R = 49.79%
G = 25.11%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#753B3B (or 0x753B3B) is known color: Sanguine Brown. HEX triplet: 75, 3B and 3B. RGB value is (117,59,59). Sum of RGB (Red+Green+Blue) = 117+59+59=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #753B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B3B is #8AC4C4. Grayscale: #4C4C4C. Windows color (decimal): -9094341 or 3881845. OLE color: 3881845.

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

Color convert

RGB 117 59 59 -
CMYK 0 0.50 0.50 0.54
HSL 0.33% 0.35% -
HSV(B) 0.5% 0.46% -
XYZ 9.69 7.23 5.02 -
YUV 76.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 117 59 59 0 0.50 0.50 0.54 0 0.33 0.35
Hex 75 3B 3B 0 32 32 36 0 21 23
Octal 165 73 73 0 62 62 66 0 41 43
Binary 1110101 111011 111011 0 110010 110010 110110 0 100001 100011

Color Harmonies of #753B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B3B

Black with #753B3B

Text Example


Text Example

White with #753B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,59,59); }

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

background-color css

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

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

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

border-color css

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

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

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