Html Css Color HEX #745D33 Shingle Fawn

📋 copy color: '#745D33'

red 116 ◦ green 93 ◦ blue 51

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

Shades of Shingle Fawn #745D33

Tints of Shingle Fawn #745D33

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.77%

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

R = 44.62%
G = 35.77%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#745D33 (or 0x745D33) is known color: Shingle Fawn. HEX triplet: 74, 5D and 33. RGB value is (116,93,51). Sum of RGB (Red+Green+Blue) = 116+93+51=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #745D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D33 is #8BA2CC. Grayscale: #5F5F5F. Windows color (decimal): -9151181 or 3366260. OLE color: 3366260.

HSL color Cylindrical-coordinate representation of color #745D33: hue angle of 38.77º 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 #745D33 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 93 51 -
CMYK 0 0.20 0.56 0.55
HSL 38.77º 0.39% 0.33% -
HSV(B) 38.77º 0.56% 0.45% -
XYZ 11.71 11.78 4.79 -
YUV 95.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 116 93 51 0 0.20 0.56 0.55 38.77 0.39 0.33
Hex 74 5D 33 0 14 38 37 27 27 21
Octal 164 135 63 0 24 70 67 47 47 41
Binary 1110100 1011101 110011 0 10100 111000 110111 100111 100111 100001

Color Harmonies of #745D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D33

Black with #745D33

Text Example


Text Example

White with #745D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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