Html Css Color HEX #74532D Shingle Fawn

📋 copy color: '#74532D'

red 116 ◦ green 83 ◦ blue 45

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

Shades of Shingle Fawn #74532D

Tints of Shingle Fawn #74532D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.44%

R = 47.54%
G = 34.02%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74532D (or 0x74532D) is known color: Shingle Fawn. HEX triplet: 74, 53 and 2D. RGB value is (116,83,45). Sum of RGB (Red+Green+Blue) = 116+83+45=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74532D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74532D is #8BACD2. Grayscale: #585858. Windows color (decimal): -9153747 or 2970484. OLE color: 2970484.

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

Color convert

RGB 116 83 45 -
CMYK 0 0.28 0.61 0.55
HSL 32.11º 0.44% 0.32% -
HSV(B) 32.11º 0.61% 0.45% -
XYZ 10.77 10.09 3.86 -
YUV 88.54 103.43 147.59 -
System Red Green Blue C M Y K H S L
Decimal 116 83 45 0 0.28 0.61 0.55 32.11 0.44 0.32
Hex 74 53 2D 0 1C 3D 37 20 2C 20
Octal 164 123 55 0 34 75 67 40 54 40
Binary 1110100 1010011 101101 0 11100 111101 110111 100000 101100 100000

Color Harmonies of #74532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74532D

Black with #74532D

Text Example


Text Example

White with #74532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74532D; }

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

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

background-color css

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

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

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

border-color css

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

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

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