Html Css Color HEX #755C3C Shingle Fawn

📋 copy color: '#755C3C'

red 117 ◦ green 92 ◦ blue 60

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

Shades of Shingle Fawn #755C3C

Tints of Shingle Fawn #755C3C

RGB

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

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

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

R = 43.49%
G = 34.2%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#755C3C (or 0x755C3C) is known color: Shingle Fawn. HEX triplet: 75, 5C and 3C. RGB value is (117,92,60). Sum of RGB (Red+Green+Blue) = 117+92+60=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #755C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C3C is #8AA3C3. Grayscale: #5F5F5F. Windows color (decimal): -9085892 or 3955829. OLE color: 3955829.

HSL color Cylindrical-coordinate representation of color #755C3C: hue angle of 33.68º 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 #755C3C is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 92 60 -
CMYK 0 0.21 0.49 0.54
HSL 33.68º 0.32% 0.35% -
HSV(B) 33.68º 0.49% 0.46% -
XYZ 11.98 11.76 5.91 -
YUV 95.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 117 92 60 0 0.21 0.49 0.54 33.68 0.32 0.35
Hex 75 5C 3C 0 15 31 36 22 20 23
Octal 165 134 74 0 25 61 66 42 40 43
Binary 1110101 1011100 111100 0 10101 110001 110110 100010 100000 100011

Color Harmonies of #755C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C3C

Black with #755C3C

Text Example


Text Example

White with #755C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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