Html Css Color HEX #755B3C Shingle Fawn

📋 copy color: '#755B3C'

red 117 ◦ green 91 ◦ blue 60

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

Shades of Shingle Fawn #755B3C

Tints of Shingle Fawn #755B3C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.96%

 BLUE value IS 60 (23.83% from 255) = 22.39%

R = 43.66%
G = 33.96%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#755B3C (or 0x755B3C) is known color: Shingle Fawn. HEX triplet: 75, 5B and 3C. RGB value is (117,91,60). Sum of RGB (Red+Green+Blue) = 117+91+60=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #755B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B3C is #8AA4C3. Grayscale: #5F5F5F. Windows color (decimal): -9086148 or 3955573. OLE color: 3955573.

HSL color Cylindrical-coordinate representation of color #755B3C: hue angle of 32.63º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #755B3C is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 91 60 -
CMYK 0 0.22 0.49 0.54
HSL 32.63º 0.32% 0.35% -
HSV(B) 32.63º 0.49% 0.46% -
XYZ 11.89 11.59 5.89 -
YUV 95.24 108.11 143.52 -
System Red Green Blue C M Y K H S L
Decimal 117 91 60 0 0.22 0.49 0.54 32.63 0.32 0.35
Hex 75 5B 3C 0 16 31 36 21 20 23
Octal 165 133 74 0 26 61 66 41 40 43
Binary 1110101 1011011 111100 0 10110 110001 110110 100001 100000 100011

Color Harmonies of #755B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B3C

Black with #755B3C

Text Example


Text Example

White with #755B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,91,60); }

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

background-color css

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

 a { background-color: rgb(117,91,60); }

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

border-color css

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

 span { border-color: rgb(117,91,60); }

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