Html Css Color HEX #745535 Shingle Fawn

📋 copy color: '#745535'

red 116 ◦ green 85 ◦ blue 53

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

Shades of Shingle Fawn #745535

Tints of Shingle Fawn #745535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.46%

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

R = 45.67%
G = 33.46%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#745535 (or 0x745535) is known color: Shingle Fawn. HEX triplet: 74, 55 and 35. RGB value is (116,85,53). Sum of RGB (Red+Green+Blue) = 116+85+53=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #745535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745535 is #8BAACA. Grayscale: #5A5A5A. Windows color (decimal): -9153227 or 3495284. OLE color: 3495284.

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

Color convert

RGB 116 85 53 -
CMYK 0 0.27 0.54 0.55
HSL 30.48º 0.37% 0.33% -
HSV(B) 30.48º 0.54% 0.45% -
XYZ 11.09 10.47 4.8 -
YUV 90.62 106.77 146.1 -
System Red Green Blue C M Y K H S L
Decimal 116 85 53 0 0.27 0.54 0.55 30.48 0.37 0.33
Hex 74 55 35 0 1B 36 37 1E 25 21
Octal 164 125 65 0 33 66 67 36 45 41
Binary 1110100 1010101 110101 0 11011 110110 110111 11110 100101 100001

Color Harmonies of #745535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745535

Black with #745535

Text Example


Text Example

White with #745535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745535; }

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

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

background-color css

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

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

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

border-color css

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

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

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