Html Css Color HEX #763535 Sanguine Brown

📋 copy color: '#763535'

red 118 ◦ green 53 ◦ blue 53

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

Shades of Sanguine Brown #763535

Tints of Sanguine Brown #763535

RGB

 RED value IS 118 (46.48% from 255) = 52.68%

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

 BLUE value IS 53 (21.09% from 255) = 23.66%

R = 52.68%
G = 23.66%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#763535 (or 0x763535) is known color: Sanguine Brown. HEX triplet: 76, 35 and 35. RGB value is (118,53,53). Sum of RGB (Red+Green+Blue) = 118+53+53=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #763535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763535 is #89CACA. Grayscale: #484848. Windows color (decimal): -9030347 or 3487094. OLE color: 3487094.

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

Color convert

RGB 118 53 53 -
CMYK 0 0.55 0.55 0.54
HSL 0.38% 0.34% -
HSV(B) 0.55% 0.46% -
XYZ 9.39 6.65 4.16 -
YUV 72.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 118 53 53 0 0.55 0.55 0.54 0 0.38 0.34
Hex 76 35 35 0 37 37 36 0 26 22
Octal 166 65 65 0 67 67 66 0 46 42
Binary 1110110 110101 110101 0 110111 110111 110110 0 100110 100010

Color Harmonies of #763535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763535

Black with #763535

Text Example


Text Example

White with #763535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763535; }

 p { color: rgb(118,53,53); }

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

background-color css

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

 a { background-color: rgb(118,53,53); }

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

border-color css

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

 span { border-color: rgb(118,53,53); }

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