Html Css Color HEX #753534 Sanguine Brown

📋 copy color: '#753534'

red 117 ◦ green 53 ◦ blue 52

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

Shades of Sanguine Brown #753534

Tints of Sanguine Brown #753534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.87%

 BLUE value IS 52 (20.7% from 255) = 23.42%

R = 52.7%
G = 23.87%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#753534 (or 0x753534) is known color: 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

RGB 117 53 52 -
CMYK 0 0.55 0.56 0.54
HSL 0.92º 0.38% 0.33% -
HSV(B) 0.92º 0.56% 0.46% -
XYZ 9.23 6.58 4.03 -
YUV 72.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 117 53 52 0 0.55 0.56 0.54 0.92 0.38 0.33
Hex 75 35 34 0 37 38 36 1 26 21
Octal 165 65 64 0 67 70 66 1 46 41
Binary 1110101 110101 110100 0 110111 111000 110110 1 100110 100001

Color Harmonies of #753534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753534

Black with #753534

Text Example


Text Example

White with #753534

Text Example


Text Example

HTML Codes & Css Web 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>