Html Css Color HEX #745E35 Shingle Fawn

📋 copy color: '#745E35'

red 116 ◦ green 94 ◦ blue 53

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

Shades of Shingle Fawn #745E35

Tints of Shingle Fawn #745E35

RGB

 RED value IS 116 (45.7% from 255) = 44.11%

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

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

R = 44.11%
G = 35.74%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#745E35 (or 0x745E35) is known color: Shingle Fawn. HEX triplet: 74, 5E and 35. RGB value is (116,94,53). Sum of RGB (Red+Green+Blue) = 116+94+53=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #745E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745E35 is #8BA1CA. Grayscale: #606060. Windows color (decimal): -9150923 or 3497588. OLE color: 3497588.

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

Color convert

RGB 116 94 53 -
CMYK 0 0.19 0.54 0.55
HSL 39.05º 0.37% 0.33% -
HSV(B) 39.05º 0.54% 0.45% -
XYZ 11.85 11.98 5.06 -
YUV 95.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 116 94 53 0 0.19 0.54 0.55 39.05 0.37 0.33
Hex 74 5E 35 0 13 36 37 27 25 21
Octal 164 136 65 0 23 66 67 47 45 41
Binary 1110100 1011110 110101 0 10011 110110 110111 100111 100101 100001

Color Harmonies of #745E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E35

Black with #745E35

Text Example


Text Example

White with #745E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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