Html Css Color HEX #763534 Sanguine Brown

📋 copy color: '#763534'

red 118 ◦ green 53 ◦ blue 52

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

Shades of Sanguine Brown #763534

Tints of Sanguine Brown #763534

RGB

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

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

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

R = 52.91%
G = 23.77%
B = 23.32%

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

#763534 (or 0x763534) is known color: Sanguine Brown. HEX triplet: 76, 35 and 34. RGB value is (118,53,52). Sum of RGB (Red+Green+Blue) = 118+53+52=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #763534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763534 is #89CACB. Grayscale: #484848. Windows color (decimal): -9030348 or 3421558. OLE color: 3421558.

HSL color Cylindrical-coordinate representation of color #763534: hue angle of 0.91º degrees, saturation: 0.39, 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 #763534 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 52 -
CMYK 0 0.55 0.56 0.54
HSL 0.91º 0.39% 0.33% -
HSV(B) 0.91º 0.56% 0.46% -
XYZ 9.36 6.65 4.04 -
YUV 72.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 118 53 52 0 0.55 0.56 0.54 0.91 0.39 0.33
Hex 76 35 34 0 37 38 36 1 27 21
Octal 166 65 64 0 67 70 66 1 47 41
Binary 1110110 110101 110100 0 110111 111000 110110 1 100111 100001

Color Harmonies of #763534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763534

Black with #763534

Text Example


Text Example

White with #763534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763534; }

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

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

background-color css

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

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

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

border-color css

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

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

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