Html Css Color HEX #745836 Shingle Fawn

📋 copy color: '#745836'

red 116 ◦ green 88 ◦ blue 54

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

Shades of Shingle Fawn #745836

Tints of Shingle Fawn #745836

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

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

R = 44.96%
G = 34.11%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#745836 (or 0x745836) is known color: Shingle Fawn. HEX triplet: 74, 58 and 36. RGB value is (116,88,54). Sum of RGB (Red+Green+Blue) = 116+88+54=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #745836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745836 is #8BA7C9. Grayscale: #5C5C5C. Windows color (decimal): -9152458 or 3561588. OLE color: 3561588.

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

Color convert

RGB 116 88 54 -
CMYK 0 0.24 0.53 0.55
HSL 32.9º 0.36% 0.33% -
HSV(B) 32.9º 0.53% 0.45% -
XYZ 11.36 10.96 5.01 -
YUV 92.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 116 88 54 0 0.24 0.53 0.55 32.9 0.36 0.33
Hex 74 58 36 0 18 35 37 21 24 21
Octal 164 130 66 0 30 65 67 41 44 41
Binary 1110100 1011000 110110 0 11000 110101 110111 100001 100100 100001

Color Harmonies of #745836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745836

Black with #745836

Text Example


Text Example

White with #745836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745836; }

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

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

background-color css

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

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

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

border-color css

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

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

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