Html Css Color HEX #735D40 Shingle Fawn

📋 copy color: '#735D40'

red 115 ◦ green 93 ◦ blue 64

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

Shades of Shingle Fawn #735D40

Tints of Shingle Fawn #735D40

RGB

 RED value IS 115 (45.31% from 255) = 42.28%

 GREEN value IS 93 (36.72% from 255) = 34.19%

 BLUE value IS 64 (25.39% from 255) = 23.53%

R = 42.28%
G = 34.19%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#735D40 (or 0x735D40) is known color: Shingle Fawn. HEX triplet: 73, 5D and 40. RGB value is (115,93,64). Sum of RGB (Red+Green+Blue) = 115+93+64=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #735D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735D40 is #8CA2BF. Grayscale: #606060. Windows color (decimal): -9216704 or 4218227. OLE color: 4218227.

HSL color Cylindrical-coordinate representation of color #735D40: hue angle of 34.12º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #735D40 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 93 64 -
CMYK 0 0.19 0.44 0.55
HSL 34.12º 0.28% 0.35% -
HSV(B) 34.12º 0.44% 0.45% -
XYZ 11.91 11.84 6.51 -
YUV 96.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 115 93 64 0 0.19 0.44 0.55 34.12 0.28 0.35
Hex 73 5D 40 0 13 2C 37 22 1C 23
Octal 163 135 100 0 23 54 67 42 34 43
Binary 1110011 1011101 1000000 0 10011 101100 110111 100010 11100 100011

Color Harmonies of #735D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735D40

Black with #735D40

Text Example


Text Example

White with #735D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735D40; }

 p { color: rgb(115,93,64); }

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

background-color css

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

 a { background-color: rgb(115,93,64); }

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

border-color css

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

 span { border-color: rgb(115,93,64); }

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