Html Css Color HEX #745330 Shingle Fawn

📋 copy color: '#745330'

red 116 ◦ green 83 ◦ blue 48

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

Shades of Shingle Fawn #745330

Tints of Shingle Fawn #745330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.6%

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

R = 46.96%
G = 33.6%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#745330 (or 0x745330) is known color: Shingle Fawn. HEX triplet: 74, 53 and 30. RGB value is (116,83,48). Sum of RGB (Red+Green+Blue) = 116+83+48=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #745330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745330 is #8BACCF. Grayscale: #595959. Windows color (decimal): -9153744 or 3167092. OLE color: 3167092.

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

Color convert

RGB 116 83 48 -
CMYK 0 0.28 0.59 0.55
HSL 30.88º 0.41% 0.32% -
HSV(B) 30.88º 0.59% 0.45% -
XYZ 10.83 10.11 4.18 -
YUV 88.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 116 83 48 0 0.28 0.59 0.55 30.88 0.41 0.32
Hex 74 53 30 0 1C 3B 37 1F 29 20
Octal 164 123 60 0 34 73 67 37 51 40
Binary 1110100 1010011 110000 0 11100 111011 110111 11111 101001 100000

Color Harmonies of #745330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745330

Black with #745330

Text Example


Text Example

White with #745330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745330; }

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

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

background-color css

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

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

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

border-color css

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

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

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