Html Css Color HEX #756046 Tobacco Brown

📋 copy color: '#756046'

red 117 ◦ green 96 ◦ blue 70

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

Shades of Tobacco Brown #756046

Tints of Tobacco Brown #756046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.92%

 BLUE value IS 70 (27.73% from 255) = 24.73%

R = 41.34%
G = 33.92%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#756046 (or 0x756046) is known color: Tobacco Brown. HEX triplet: 75, 60 and 46. RGB value is (117,96,70). Sum of RGB (Red+Green+Blue) = 117+96+70=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #756046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756046 is #8A9FB9. Grayscale: #636363. Windows color (decimal): -9084858 or 4612213. OLE color: 4612213.

HSL color Cylindrical-coordinate representation of color #756046: hue angle of 33.19º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #756046 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 96 70 -
CMYK 0 0.18 0.40 0.54
HSL 33.19º 0.25% 0.37% -
HSV(B) 33.19º 0.4% 0.46% -
XYZ 12.62 12.59 7.56 -
YUV 99.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 117 96 70 0 0.18 0.40 0.54 33.19 0.25 0.37
Hex 75 60 46 0 12 28 36 21 19 25
Octal 165 140 106 0 22 50 66 41 31 45
Binary 1110101 1100000 1000110 0 10010 101000 110110 100001 11001 100101

Color Harmonies of #756046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756046

Black with #756046

Text Example


Text Example

White with #756046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756046; }

 p { color: rgb(117,96,70); }

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

background-color css

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

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

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

border-color css

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

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

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