Html Css Color HEX #745130 Shingle Fawn

📋 copy color: '#745130'

red 116 ◦ green 81 ◦ blue 48

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

Shades of Shingle Fawn #745130

Tints of Shingle Fawn #745130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.06%

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

R = 47.35%
G = 33.06%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#745130 (or 0x745130) is known color: Shingle Fawn. HEX triplet: 74, 51 and 30. RGB value is (116,81,48). Sum of RGB (Red+Green+Blue) = 116+81+48=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #745130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745130 is #8BAECF. Grayscale: #575757. Windows color (decimal): -9154256 or 3166580. OLE color: 3166580.

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

Color convert

RGB 116 81 48 -
CMYK 0 0.30 0.59 0.55
HSL 29.12º 0.41% 0.32% -
HSV(B) 29.12º 0.59% 0.45% -
XYZ 10.68 9.81 4.13 -
YUV 87.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 116 81 48 0 0.30 0.59 0.55 29.12 0.41 0.32
Hex 74 51 30 0 1E 3B 37 1D 29 20
Octal 164 121 60 0 36 73 67 35 51 40
Binary 1110100 1010001 110000 0 11110 111011 110111 11101 101001 100000

Color Harmonies of #745130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745130

Black with #745130

Text Example


Text Example

White with #745130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745130; }

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

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

background-color css

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

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

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

border-color css

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

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

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