Html Css Color HEX #745635 Shingle Fawn

📋 copy color: '#745635'

red 116 ◦ green 86 ◦ blue 53

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

Shades of Shingle Fawn #745635

Tints of Shingle Fawn #745635

RGB

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

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

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

R = 45.49%
G = 33.73%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#745635 (or 0x745635) is known color: Shingle Fawn. HEX triplet: 74, 56 and 35. RGB value is (116,86,53). Sum of RGB (Red+Green+Blue) = 116+86+53=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #745635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745635 is #8BA9CA. Grayscale: #5B5B5B. Windows color (decimal): -9152971 or 3495540. OLE color: 3495540.

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

Color convert

RGB 116 86 53 -
CMYK 0 0.26 0.54 0.55
HSL 31.43º 0.37% 0.33% -
HSV(B) 31.43º 0.54% 0.45% -
XYZ 11.17 10.63 4.83 -
YUV 91.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 116 86 53 0 0.26 0.54 0.55 31.43 0.37 0.33
Hex 74 56 35 0 1A 36 37 1F 25 21
Octal 164 126 65 0 32 66 67 37 45 41
Binary 1110100 1010110 110101 0 11010 110110 110111 11111 100101 100001

Color Harmonies of #745635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745635

Black with #745635

Text Example


Text Example

White with #745635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745635; }

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

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

background-color css

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

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

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

border-color css

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

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

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