Html Css Color HEX #755D32 Shingle Fawn

📋 copy color: '#755D32'

red 117 ◦ green 93 ◦ blue 50

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

Shades of Shingle Fawn #755D32

Tints of Shingle Fawn #755D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 45%
G = 35.77%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#755D32 (or 0x755D32) is known color: Shingle Fawn. HEX triplet: 75, 5D and 32. RGB value is (117,93,50). Sum of RGB (Red+Green+Blue) = 117+93+50=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #755D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D32 is #8AA2CD. Grayscale: #5F5F5F. Windows color (decimal): -9085646 or 3300725. OLE color: 3300725.

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

Color convert

RGB 117 93 50 -
CMYK 0 0.21 0.57 0.54
HSL 38.51º 0.4% 0.33% -
HSV(B) 38.51º 0.57% 0.46% -
XYZ 11.83 11.84 4.68 -
YUV 95.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 117 93 50 0 0.21 0.57 0.54 38.51 0.4 0.33
Hex 75 5D 32 0 15 39 36 27 28 21
Octal 165 135 62 0 25 71 66 47 50 41
Binary 1110101 1011101 110010 0 10101 111001 110110 100111 101000 100001

Color Harmonies of #755D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D32

Black with #755D32

Text Example


Text Example

White with #755D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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