Html Css Color HEX #745231 Shingle Fawn

📋 copy color: '#745231'

red 116 ◦ green 82 ◦ blue 49

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

Shades of Shingle Fawn #745231

Tints of Shingle Fawn #745231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

 BLUE value IS 49 (19.53% from 255) = 19.84%

R = 46.96%
G = 33.2%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#745231 (or 0x745231) is known color: Shingle Fawn. HEX triplet: 74, 52 and 31. RGB value is (116,82,49). Sum of RGB (Red+Green+Blue) = 116+82+49=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #745231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745231 is #8BADCE. Grayscale: #585858. Windows color (decimal): -9153999 or 3232372. OLE color: 3232372.

HSL color Cylindrical-coordinate representation of color #745231: hue angle of 29.55º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #745231 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 82 49 -
CMYK 0 0.29 0.58 0.55
HSL 29.55º 0.41% 0.32% -
HSV(B) 29.55º 0.58% 0.45% -
XYZ 10.77 9.97 4.26 -
YUV 88.4 105.76 147.68 -
System Red Green Blue C M Y K H S L
Decimal 116 82 49 0 0.29 0.58 0.55 29.55 0.41 0.32
Hex 74 52 31 0 1D 3A 37 1E 29 20
Octal 164 122 61 0 35 72 67 36 51 40
Binary 1110100 1010010 110001 0 11101 111010 110111 11110 101001 100000

Color Harmonies of #745231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745231

Black with #745231

Text Example


Text Example

White with #745231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745231; }

 p { color: rgb(116,82,49); }

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

background-color css

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

 a { background-color: rgb(116,82,49); }

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

border-color css

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

 span { border-color: rgb(116,82,49); }

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