Html Css Color HEX #755C44 Tobacco Brown

📋 copy color: '#755C44'

red 117 ◦ green 92 ◦ blue 68

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

Shades of Tobacco Brown #755C44

Tints of Tobacco Brown #755C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.55%

R = 42.24%
G = 33.21%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#755C44 (or 0x755C44) is known color: Tobacco Brown. HEX triplet: 75, 5C and 44. RGB value is (117,92,68). Sum of RGB (Red+Green+Blue) = 117+92+68=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #755C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C44 is #8AA3BB. Grayscale: #606060. Windows color (decimal): -9085884 or 4480117. OLE color: 4480117.

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

Color convert

RGB 117 92 68 -
CMYK 0 0.21 0.42 0.54
HSL 29.39º 0.26% 0.36% -
HSV(B) 29.39º 0.42% 0.46% -
XYZ 12.21 11.85 7.11 -
YUV 96.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 117 92 68 0 0.21 0.42 0.54 29.39 0.26 0.36
Hex 75 5C 44 0 15 2A 36 1D 1A 24
Octal 165 134 104 0 25 52 66 35 32 44
Binary 1110101 1011100 1000100 0 10101 101010 110110 11101 11010 100100

Color Harmonies of #755C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C44

Black with #755C44

Text Example


Text Example

White with #755C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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