Html Css Color HEX #755D45 Tobacco Brown

📋 copy color: '#755D45'

red 117 ◦ green 93 ◦ blue 69

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

Shades of Tobacco Brown #755D45

Tints of Tobacco Brown #755D45

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.33%

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

R = 41.94%
G = 33.33%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#755D45 (or 0x755D45) is known color: Tobacco Brown. HEX triplet: 75, 5D and 45. RGB value is (117,93,69). Sum of RGB (Red+Green+Blue) = 117+93+69=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #755D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D45 is #8AA2BA. Grayscale: #616161. Windows color (decimal): -9085627 or 4545909. OLE color: 4545909.

HSL color Cylindrical-coordinate representation of color #755D45: hue angle of 30º 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 #755D45 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 93 69 -
CMYK 0 0.21 0.41 0.54
HSL 30º 0.26% 0.36% -
HSV(B) 30º 0.41% 0.46% -
XYZ 12.32 12.04 7.3 -
YUV 97.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 117 93 69 0 0.21 0.41 0.54 30 0.26 0.36
Hex 75 5D 45 0 15 29 36 1E 1A 24
Octal 165 135 105 0 25 51 66 36 32 44
Binary 1110101 1011101 1000101 0 10101 101001 110110 11110 11010 100100

Color Harmonies of #755D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D45

Black with #755D45

Text Example


Text Example

White with #755D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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