Html Css Color HEX #755B3D Shingle Fawn

📋 copy color: '#755B3D'

red 117 ◦ green 91 ◦ blue 61

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

Shades of Shingle Fawn #755B3D

Tints of Shingle Fawn #755B3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.68%

R = 43.49%
G = 33.83%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#755B3D (or 0x755B3D) is known color: Shingle Fawn. HEX triplet: 75, 5B and 3D. RGB value is (117,91,61). Sum of RGB (Red+Green+Blue) = 117+91+61=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #755B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B3D is #8AA4C2. Grayscale: #5F5F5F. Windows color (decimal): -9086147 or 4021109. OLE color: 4021109.

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

Color convert

RGB 117 91 61 -
CMYK 0 0.22 0.48 0.54
HSL 32.14º 0.31% 0.35% -
HSV(B) 32.14º 0.48% 0.46% -
XYZ 11.92 11.6 6.03 -
YUV 95.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 117 91 61 0 0.22 0.48 0.54 32.14 0.31 0.35
Hex 75 5B 3D 0 16 30 36 20 1F 23
Octal 165 133 75 0 26 60 66 40 37 43
Binary 1110101 1011011 111101 0 10110 110000 110110 100000 11111 100011

Color Harmonies of #755B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B3D

Black with #755B3D

Text Example


Text Example

White with #755B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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