Html Css Color HEX #745530 Shingle Fawn

📋 copy color: '#745530'

red 116 ◦ green 85 ◦ blue 48

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

Shades of Shingle Fawn #745530

Tints of Shingle Fawn #745530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 46.59%
G = 34.14%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#745530 (or 0x745530) is known color: Shingle Fawn. HEX triplet: 74, 55 and 30. RGB value is (116,85,48). Sum of RGB (Red+Green+Blue) = 116+85+48=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #745530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745530 is #8BAACF. Grayscale: #5A5A5A. Windows color (decimal): -9153232 or 3167604. OLE color: 3167604.

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

Color convert

RGB 116 85 48 -
CMYK 0 0.27 0.59 0.55
HSL 32.65º 0.41% 0.32% -
HSV(B) 32.65º 0.59% 0.45% -
XYZ 10.98 10.42 4.23 -
YUV 90.05 104.27 146.51 -
System Red Green Blue C M Y K H S L
Decimal 116 85 48 0 0.27 0.59 0.55 32.65 0.41 0.32
Hex 74 55 30 0 1B 3B 37 21 29 20
Octal 164 125 60 0 33 73 67 41 51 40
Binary 1110100 1010101 110000 0 11011 111011 110111 100001 101001 100000

Color Harmonies of #745530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745530

Black with #745530

Text Example


Text Example

White with #745530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745530; }

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

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

background-color css

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

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

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

border-color css

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

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

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