Html Css Color HEX #755C45 Tobacco Brown

📋 copy color: '#755C45'

red 117 ◦ green 92 ◦ blue 69

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

Shades of Tobacco Brown #755C45

Tints of Tobacco Brown #755C45

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

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

R = 42.09%
G = 33.09%
B = 24.82%

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

#755C45 (or 0x755C45) is known color: Tobacco Brown. HEX triplet: 75, 5C and 45. RGB value is (117,92,69). Sum of RGB (Red+Green+Blue) = 117+92+69=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #755C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C45 is #8AA3BA. Grayscale: #606060. Windows color (decimal): -9085883 or 4545653. OLE color: 4545653.

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

Color convert

RGB 117 92 69 -
CMYK 0 0.21 0.41 0.54
HSL 28.75º 0.26% 0.36% -
HSV(B) 28.75º 0.41% 0.46% -
XYZ 12.24 11.87 7.28 -
YUV 96.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 117 92 69 0 0.21 0.41 0.54 28.75 0.26 0.36
Hex 75 5C 45 0 15 29 36 1D 1A 24
Octal 165 134 105 0 25 51 66 35 32 44
Binary 1110101 1011100 1000101 0 10101 101001 110110 11101 11010 100100

Color Harmonies of #755C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C45

Black with #755C45

Text Example


Text Example

White with #755C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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