Html Css Color HEX #745633 Shingle Fawn

📋 copy color: '#745633'

red 116 ◦ green 86 ◦ blue 51

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

Shades of Shingle Fawn #745633

Tints of Shingle Fawn #745633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.16%

R = 45.85%
G = 33.99%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#745633 (or 0x745633) is known color: Shingle Fawn. HEX triplet: 74, 56 and 33. RGB value is (116,86,51). Sum of RGB (Red+Green+Blue) = 116+86+51=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #745633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745633 is #8BA9CC. Grayscale: #5B5B5B. Windows color (decimal): -9152973 or 3364468. OLE color: 3364468.

HSL color Cylindrical-coordinate representation of color #745633: hue angle of 32.31º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #745633 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 86 51 -
CMYK 0 0.26 0.56 0.55
HSL 32.31º 0.39% 0.33% -
HSV(B) 32.31º 0.56% 0.45% -
XYZ 11.13 10.61 4.59 -
YUV 90.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 116 86 51 0 0.26 0.56 0.55 32.31 0.39 0.33
Hex 74 56 33 0 1A 38 37 20 27 21
Octal 164 126 63 0 32 70 67 40 47 41
Binary 1110100 1010110 110011 0 11010 111000 110111 100000 100111 100001

Color Harmonies of #745633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745633

Black with #745633

Text Example


Text Example

White with #745633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745633; }

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

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

background-color css

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

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

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

border-color css

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

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

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