Html Css Color HEX #755E35 Shingle Fawn

📋 copy color: '#755E35'

red 117 ◦ green 94 ◦ blue 53

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

Shades of Shingle Fawn #755E35

Tints of Shingle Fawn #755E35

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.61%

 BLUE value IS 53 (21.09% from 255) = 20.08%

R = 44.32%
G = 35.61%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#755E35 (or 0x755E35) is known color: Shingle Fawn. HEX triplet: 75, 5E and 35. RGB value is (117,94,53). Sum of RGB (Red+Green+Blue) = 117+94+53=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #755E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E35 is #8AA1CA. Grayscale: #606060. Windows color (decimal): -9085387 or 3497589. OLE color: 3497589.

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

Color convert

RGB 117 94 53 -
CMYK 0 0.20 0.55 0.54
HSL 38.44º 0.38% 0.33% -
HSV(B) 38.44º 0.55% 0.46% -
XYZ 11.98 12.04 5.06 -
YUV 96.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 117 94 53 0 0.20 0.55 0.54 38.44 0.38 0.33
Hex 75 5E 35 0 14 37 36 26 26 21
Octal 165 136 65 0 24 67 66 46 46 41
Binary 1110101 1011110 110101 0 10100 110111 110110 100110 100110 100001

Color Harmonies of #755E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E35

Black with #755E35

Text Example


Text Example

White with #755E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,94,53); }

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

background-color css

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

 a { background-color: rgb(117,94,53); }

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

border-color css

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

 span { border-color: rgb(117,94,53); }

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