Html Css Color HEX #755945 Tobacco Brown

📋 copy color: '#755945'

red 117 ◦ green 89 ◦ blue 69

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

Shades of Tobacco Brown #755945

Tints of Tobacco Brown #755945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.36%

 BLUE value IS 69 (27.34% from 255) = 25.09%

R = 42.55%
G = 32.36%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#755945 (or 0x755945) is known color: Tobacco Brown. HEX triplet: 75, 59 and 45. RGB value is (117,89,69). Sum of RGB (Red+Green+Blue) = 117+89+69=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #755945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755945 is #8AA6BA. Grayscale: #5F5F5F. Windows color (decimal): -9086651 or 4544885. OLE color: 4544885.

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

Color convert

RGB 117 89 69 -
CMYK 0 0.24 0.41 0.54
HSL 25º 0.26% 0.36% -
HSV(B) 25º 0.41% 0.46% -
XYZ 11.98 11.36 7.19 -
YUV 95.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 117 89 69 0 0.24 0.41 0.54 25 0.26 0.36
Hex 75 59 45 0 18 29 36 19 1A 24
Octal 165 131 105 0 30 51 66 31 32 44
Binary 1110101 1011001 1000101 0 11000 101001 110110 11001 11010 100100

Color Harmonies of #755945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755945

Black with #755945

Text Example


Text Example

White with #755945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755945; }

 p { color: rgb(117,89,69); }

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

background-color css

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

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

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

border-color css

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

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

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