Html Css Color HEX #755C3A Shingle Fawn

📋 copy color: '#755C3A'

red 117 ◦ green 92 ◦ blue 58

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

Shades of Shingle Fawn #755C3A

Tints of Shingle Fawn #755C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.72%

R = 43.82%
G = 34.46%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#755C3A (or 0x755C3A) is known color: Shingle Fawn. HEX triplet: 75, 5C and 3A. RGB value is (117,92,58). Sum of RGB (Red+Green+Blue) = 117+92+58=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #755C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C3A is #8AA3C5. Grayscale: #5F5F5F. Windows color (decimal): -9085894 or 3824757. OLE color: 3824757.

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

Color convert

RGB 117 92 58 -
CMYK 0 0.21 0.50 0.54
HSL 34.58º 0.34% 0.34% -
HSV(B) 34.58º 0.5% 0.46% -
XYZ 11.93 11.74 5.64 -
YUV 95.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 117 92 58 0 0.21 0.50 0.54 34.58 0.34 0.34
Hex 75 5C 3A 0 15 32 36 23 22 22
Octal 165 134 72 0 25 62 66 43 42 42
Binary 1110101 1011100 111010 0 10101 110010 110110 100011 100010 100010

Color Harmonies of #755C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C3A

Black with #755C3A

Text Example


Text Example

White with #755C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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