Html Css Color HEX #755635 Shingle Fawn

📋 copy color: '#755635'

red 117 ◦ green 86 ◦ blue 53

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

Shades of Shingle Fawn #755635

Tints of Shingle Fawn #755635

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.59%

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

R = 45.7%
G = 33.59%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#755635 (or 0x755635) is known color: Shingle Fawn. HEX triplet: 75, 56 and 35. RGB value is (117,86,53). Sum of RGB (Red+Green+Blue) = 117+86+53=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #755635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755635 is #8AA9CA. Grayscale: #5B5B5B. Windows color (decimal): -9087435 or 3495541. OLE color: 3495541.

HSL color Cylindrical-coordinate representation of color #755635: hue angle of 30.94º 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 #755635 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 86 53 -
CMYK 0 0.26 0.55 0.54
HSL 30.94º 0.38% 0.33% -
HSV(B) 30.94º 0.55% 0.46% -
XYZ 11.31 10.69 4.84 -
YUV 91.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 117 86 53 0 0.26 0.55 0.54 30.94 0.38 0.33
Hex 75 56 35 0 1A 37 36 1F 26 21
Octal 165 126 65 0 32 67 66 37 46 41
Binary 1110101 1010110 110101 0 11010 110111 110110 11111 100110 100001

Color Harmonies of #755635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755635

Black with #755635

Text Example


Text Example

White with #755635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755635; }

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

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

background-color css

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

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

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

border-color css

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

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

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