Html Css Color HEX #74552F Shingle Fawn

📋 copy color: '#74552F'

red 116 ◦ green 85 ◦ blue 47

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

Shades of Shingle Fawn #74552F

Tints of Shingle Fawn #74552F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.27%

 BLUE value IS 47 (18.75% from 255) = 18.95%

R = 46.77%
G = 34.27%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74552F (or 0x74552F) is known color: Shingle Fawn. HEX triplet: 74, 55 and 2F. RGB value is (116,85,47). Sum of RGB (Red+Green+Blue) = 116+85+47=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74552F is #8BAAD0. Grayscale: #5A5A5A. Windows color (decimal): -9153233 or 3102068. OLE color: 3102068.

HSL color Cylindrical-coordinate representation of color #74552F: hue angle of 33.04º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74552F is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 85 47 -
CMYK 0 0.27 0.59 0.55
HSL 33.04º 0.42% 0.32% -
HSV(B) 33.04º 0.59% 0.45% -
XYZ 10.96 10.42 4.12 -
YUV 89.94 103.77 146.59 -
System Red Green Blue C M Y K H S L
Decimal 116 85 47 0 0.27 0.59 0.55 33.04 0.42 0.32
Hex 74 55 2F 0 1B 3B 37 21 2A 20
Octal 164 125 57 0 33 73 67 41 52 40
Binary 1110100 1010101 101111 0 11011 111011 110111 100001 101010 100000

Color Harmonies of #74552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74552F

Black with #74552F

Text Example


Text Example

White with #74552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74552F; }

 p { color: rgb(116,85,47); }

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

background-color css

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

 a { background-color: rgb(116,85,47); }

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

border-color css

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

 span { border-color: rgb(116,85,47); }

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