Html Css Color HEX #755F45 Tobacco Brown

📋 copy color: '#755F45'

red 117 ◦ green 95 ◦ blue 69

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

Shades of Tobacco Brown #755F45

Tints of Tobacco Brown #755F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.81%

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

R = 41.64%
G = 33.81%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#755F45 (or 0x755F45) is known color: Tobacco Brown. HEX triplet: 75, 5F and 45. RGB value is (117,95,69). Sum of RGB (Red+Green+Blue) = 117+95+69=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #755F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F45 is #8AA0BA. Grayscale: #626262. Windows color (decimal): -9085115 or 4546421. OLE color: 4546421.

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

Color convert

RGB 117 95 69 -
CMYK 0 0.19 0.41 0.54
HSL 32.5º 0.26% 0.36% -
HSV(B) 32.5º 0.41% 0.46% -
XYZ 12.5 12.4 7.36 -
YUV 98.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 117 95 69 0 0.19 0.41 0.54 32.5 0.26 0.36
Hex 75 5F 45 0 13 29 36 20 1A 24
Octal 165 137 105 0 23 51 66 40 32 44
Binary 1110101 1011111 1000101 0 10011 101001 110110 100000 11010 100100

Color Harmonies of #755F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F45

Black with #755F45

Text Example


Text Example

White with #755F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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