Html Css Color HEX #745E36 Shingle Fawn

📋 copy color: '#745E36'

red 116 ◦ green 94 ◦ blue 54

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

Shades of Shingle Fawn #745E36

Tints of Shingle Fawn #745E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.45%

R = 43.94%
G = 35.61%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#745E36 (or 0x745E36) is known color: Shingle Fawn. HEX triplet: 74, 5E and 36. RGB value is (116,94,54). Sum of RGB (Red+Green+Blue) = 116+94+54=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #745E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745E36 is #8BA1C9. Grayscale: #606060. Windows color (decimal): -9150922 or 3563124. OLE color: 3563124.

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

Color convert

RGB 116 94 54 -
CMYK 0 0.19 0.53 0.55
HSL 38.71º 0.36% 0.33% -
HSV(B) 38.71º 0.53% 0.45% -
XYZ 11.87 11.98 5.18 -
YUV 96.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 116 94 54 0 0.19 0.53 0.55 38.71 0.36 0.33
Hex 74 5E 36 0 13 35 37 27 24 21
Octal 164 136 66 0 23 65 67 47 44 41
Binary 1110100 1011110 110110 0 10011 110101 110111 100111 100100 100001

Color Harmonies of #745E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E36

Black with #745E36

Text Example


Text Example

White with #745E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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