Html Css Color HEX #753838 Sanguine Brown

📋 copy color: '#753838'

red 117 ◦ green 56 ◦ blue 56

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

Shades of Sanguine Brown #753838

Tints of Sanguine Brown #753838

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.45%

 BLUE value IS 56 (22.27% from 255) = 24.45%

R = 51.09%
G = 24.45%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#753838 (or 0x753838) is known color: Sanguine Brown. HEX triplet: 75, 38 and 38. RGB value is (117,56,56). Sum of RGB (Red+Green+Blue) = 117+56+56=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #753838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753838 is #8AC7C7. Grayscale: #4A4A4A. Windows color (decimal): -9095112 or 3684469. OLE color: 3684469.

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

Color convert

RGB 117 56 56 -
CMYK 0 0.52 0.52 0.54
HSL 0.35% 0.34% -
HSV(B) 0.52% 0.46% -
XYZ 9.46 6.9 4.57 -
YUV 74.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 117 56 56 0 0.52 0.52 0.54 0 0.35 0.34
Hex 75 38 38 0 34 34 36 0 23 22
Octal 165 70 70 0 64 64 66 0 43 42
Binary 1110101 111000 111000 0 110100 110100 110110 0 100011 100010

Color Harmonies of #753838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753838

Black with #753838

Text Example


Text Example

White with #753838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753838; }

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

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

background-color css

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

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

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

border-color css

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

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

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