Html Css Color HEX #745436 Shingle Fawn

📋 copy color: '#745436'

red 116 ◦ green 84 ◦ blue 54

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

Shades of Shingle Fawn #745436

Tints of Shingle Fawn #745436

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

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

R = 45.67%
G = 33.07%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#745436 (or 0x745436) is known color: Shingle Fawn. HEX triplet: 74, 54 and 36. RGB value is (116,84,54). Sum of RGB (Red+Green+Blue) = 116+84+54=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #745436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745436 is #8BABC9. Grayscale: #5A5A5A. Windows color (decimal): -9153482 or 3560564. OLE color: 3560564.

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

Color convert

RGB 116 84 54 -
CMYK 0 0.28 0.53 0.55
HSL 29.03º 0.36% 0.33% -
HSV(B) 29.03º 0.53% 0.45% -
XYZ 11.04 10.32 4.9 -
YUV 90.15 107.6 146.44 -
System Red Green Blue C M Y K H S L
Decimal 116 84 54 0 0.28 0.53 0.55 29.03 0.36 0.33
Hex 74 54 36 0 1C 35 37 1D 24 21
Octal 164 124 66 0 34 65 67 35 44 41
Binary 1110100 1010100 110110 0 11100 110101 110111 11101 100100 100001

Color Harmonies of #745436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745436

Black with #745436

Text Example


Text Example

White with #745436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745436; }

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

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

background-color css

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

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

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

border-color css

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

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

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