Html Css Color HEX #745D35 Shingle Fawn

📋 copy color: '#745D35'

red 116 ◦ green 93 ◦ blue 53

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

Shades of Shingle Fawn #745D35

Tints of Shingle Fawn #745D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.23%

R = 44.27%
G = 35.5%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#745D35 (or 0x745D35) is known color: Shingle Fawn. HEX triplet: 74, 5D and 35. RGB value is (116,93,53). Sum of RGB (Red+Green+Blue) = 116+93+53=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #745D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D35 is #8BA2CA. Grayscale: #5F5F5F. Windows color (decimal): -9151179 or 3497332. OLE color: 3497332.

HSL color Cylindrical-coordinate representation of color #745D35: hue angle of 38.1º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #745D35 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 93 53 -
CMYK 0 0.20 0.54 0.55
HSL 38.1º 0.37% 0.33% -
HSV(B) 38.1º 0.54% 0.45% -
XYZ 11.76 11.8 5.03 -
YUV 95.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 116 93 53 0 0.20 0.54 0.55 38.1 0.37 0.33
Hex 74 5D 35 0 14 36 37 26 25 21
Octal 164 135 65 0 24 66 67 46 45 41
Binary 1110100 1011101 110101 0 10100 110110 110111 100110 100101 100001

Color Harmonies of #745D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D35

Black with #745D35

Text Example


Text Example

White with #745D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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