Html Css Color HEX #74583C Shingle Fawn

📋 copy color: '#74583C'

red 116 ◦ green 88 ◦ blue 60

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

Shades of Shingle Fawn #74583C

Tints of Shingle Fawn #74583C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.33%

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

R = 43.94%
G = 33.33%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#74583C (or 0x74583C) is known color: Shingle Fawn. HEX triplet: 74, 58 and 3C. RGB value is (116,88,60). Sum of RGB (Red+Green+Blue) = 116+88+60=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #74583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74583C is #8BA7C3. Grayscale: #5D5D5D. Windows color (decimal): -9152452 or 3954804. OLE color: 3954804.

HSL color Cylindrical-coordinate representation of color #74583C: hue angle of 30º 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 #74583C is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 88 60 -
CMYK 0 0.24 0.48 0.55
HSL 30º 0.32% 0.35% -
HSV(B) 30º 0.48% 0.45% -
XYZ 11.51 11.02 5.8 -
YUV 93.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 116 88 60 0 0.24 0.48 0.55 30 0.32 0.35
Hex 74 58 3C 0 18 30 37 1E 20 23
Octal 164 130 74 0 30 60 67 36 40 43
Binary 1110100 1011000 111100 0 11000 110000 110111 11110 100000 100011

Color Harmonies of #74583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74583C

Black with #74583C

Text Example


Text Example

White with #74583C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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