Html Css Color HEX #745334 Shingle Fawn

📋 copy color: '#745334'

red 116 ◦ green 83 ◦ blue 52

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

Shades of Shingle Fawn #745334

Tints of Shingle Fawn #745334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.72%

R = 46.22%
G = 33.07%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#745334 (or 0x745334) is known color: Shingle Fawn. HEX triplet: 74, 53 and 34. RGB value is (116,83,52). Sum of RGB (Red+Green+Blue) = 116+83+52=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #745334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745334 is #8BACCB. Grayscale: #595959. Windows color (decimal): -9153740 or 3429236. OLE color: 3429236.

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

Color convert

RGB 116 83 52 -
CMYK 0 0.28 0.55 0.55
HSL 29.06º 0.38% 0.33% -
HSV(B) 29.06º 0.55% 0.45% -
XYZ 10.92 10.15 4.63 -
YUV 89.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 116 83 52 0 0.28 0.55 0.55 29.06 0.38 0.33
Hex 74 53 34 0 1C 37 37 1D 26 21
Octal 164 123 64 0 34 67 67 35 46 41
Binary 1110100 1010011 110100 0 11100 110111 110111 11101 100110 100001

Color Harmonies of #745334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745334

Black with #745334

Text Example


Text Example

White with #745334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745334; }

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

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

background-color css

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

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

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

border-color css

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

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

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