Html Css Color HEX #74593C Shingle Fawn

📋 copy color: '#74593C'

red 116 ◦ green 89 ◦ blue 60

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

Shades of Shingle Fawn #74593C

Tints of Shingle Fawn #74593C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.58%

 BLUE value IS 60 (23.83% from 255) = 22.64%

R = 43.77%
G = 33.58%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#74593C (or 0x74593C) is known color: Shingle Fawn. HEX triplet: 74, 59 and 3C. RGB value is (116,89,60). Sum of RGB (Red+Green+Blue) = 116+89+60=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #74593C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74593C is #8BA6C3. Grayscale: #5D5D5D. Windows color (decimal): -9152196 or 3955060. OLE color: 3955060.

HSL color Cylindrical-coordinate representation of color #74593C: hue angle of 31.07º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74593C is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 89 60 -
CMYK 0 0.23 0.48 0.55
HSL 31.07º 0.32% 0.35% -
HSV(B) 31.07º 0.48% 0.45% -
XYZ 11.59 11.18 5.82 -
YUV 93.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 116 89 60 0 0.23 0.48 0.55 31.07 0.32 0.35
Hex 74 59 3C 0 17 30 37 1F 20 23
Octal 164 131 74 0 27 60 67 37 40 43
Binary 1110100 1011001 111100 0 10111 110000 110111 11111 100000 100011

Color Harmonies of #74593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74593C

Black with #74593C

Text Example


Text Example

White with #74593C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74593C; }

 p { color: rgb(116,89,60); }

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

background-color css

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

 a { background-color: rgb(116,89,60); }

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

border-color css

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

 span { border-color: rgb(116,89,60); }

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