Html Css Color HEX #74573A Shingle Fawn

📋 copy color: '#74573A'

red 116 ◦ green 87 ◦ blue 58

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

Shades of Shingle Fawn #74573A

Tints of Shingle Fawn #74573A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.33%

 BLUE value IS 58 (23.05% from 255) = 22.22%

R = 44.44%
G = 33.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#74573A (or 0x74573A) is known color: Shingle Fawn. HEX triplet: 74, 57 and 3A. RGB value is (116,87,58). Sum of RGB (Red+Green+Blue) = 116+87+58=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #74573A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74573A is #8BA8C5. Grayscale: #5C5C5C. Windows color (decimal): -9152710 or 3823476. OLE color: 3823476.

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

Color convert

RGB 116 87 58 -
CMYK 0 0.25 0.5 0.55
HSL 30º 0.33% 0.34% -
HSV(B) 30º 0.5% 0.45% -
XYZ 11.37 10.83 5.49 -
YUV 92.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 116 87 58 0 0.25 0.5 0.55 30 0.33 0.34
Hex 74 57 3A 0 19 32 37 1E 21 22
Octal 164 127 72 0 31 62 67 36 41 42
Binary 1110100 1010111 111010 0 11001 110010 110111 11110 100001 100010

Color Harmonies of #74573A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74573A

Black with #74573A

Text Example


Text Example

White with #74573A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74573A; }

 p { color: rgb(116,87,58); }

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

background-color css

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

 a { background-color: rgb(116,87,58); }

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

border-color css

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

 span { border-color: rgb(116,87,58); }

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