Html Css Color HEX #755C41 Tobacco Brown

📋 copy color: '#755C41'

red 117 ◦ green 92 ◦ blue 65

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

Shades of Tobacco Brown #755C41

Tints of Tobacco Brown #755C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.72%

R = 42.7%
G = 33.58%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#755C41 (or 0x755C41) is known color: Tobacco Brown. HEX triplet: 75, 5C and 41. RGB value is (117,92,65). Sum of RGB (Red+Green+Blue) = 117+92+65=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #755C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C41 is #8AA3BE. Grayscale: #606060. Windows color (decimal): -9085887 or 4283509. OLE color: 4283509.

HSL color Cylindrical-coordinate representation of color #755C41: hue angle of 31.15º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #755C41 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 92 65 -
CMYK 0 0.21 0.44 0.54
HSL 31.15º 0.29% 0.36% -
HSV(B) 31.15º 0.44% 0.46% -
XYZ 12.12 11.82 6.64 -
YUV 96.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 117 92 65 0 0.21 0.44 0.54 31.15 0.29 0.36
Hex 75 5C 41 0 15 2C 36 1F 1D 24
Octal 165 134 101 0 25 54 66 37 35 44
Binary 1110101 1011100 1000001 0 10101 101100 110110 11111 11101 100100

Color Harmonies of #755C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C41

Black with #755C41

Text Example


Text Example

White with #755C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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