Html Css Color HEX #75552E Shingle Fawn

📋 copy color: '#75552E'

red 117 ◦ green 85 ◦ blue 46

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

Shades of Shingle Fawn #75552E

Tints of Shingle Fawn #75552E

RGB

 RED value IS 117 (46.09% from 255) = 47.18%

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

 BLUE value IS 46 (18.36% from 255) = 18.55%

R = 47.18%
G = 34.27%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75552E (or 0x75552E) is known color: Shingle Fawn. HEX triplet: 75, 55 and 2E. RGB value is (117,85,46). Sum of RGB (Red+Green+Blue) = 117+85+46=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75552E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75552E is #8AAAD1. Grayscale: #5A5A5A. Windows color (decimal): -9087698 or 3036533. OLE color: 3036533.

HSL color Cylindrical-coordinate representation of color #75552E: hue angle of 32.96º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75552E is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 46 -
CMYK 0 0.27 0.61 0.54
HSL 32.96º 0.44% 0.32% -
HSV(B) 32.96º 0.61% 0.46% -
XYZ 11.08 10.48 4.02 -
YUV 90.12 103.1 147.17 -
System Red Green Blue C M Y K H S L
Decimal 117 85 46 0 0.27 0.61 0.54 32.96 0.44 0.32
Hex 75 55 2E 0 1B 3D 36 21 2C 20
Octal 165 125 56 0 33 75 66 41 54 40
Binary 1110101 1010101 101110 0 11011 111101 110110 100001 101100 100000

Color Harmonies of #75552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75552E

Black with #75552E

Text Example


Text Example

White with #75552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75552E; }

 p { color: rgb(117,85,46); }

 H1.HeaderClassName
 {
   color: #75552E;
 }
 .AnyTagClassName
 {
   color: #75552E;
 }
</style>

background-color css

<style>
 a { background-color: #75552E; }

 a { background-color: rgb(117,85,46); }

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

border-color css

<style>
 span { border-color: #75552E; }

 span { border-color: rgb(117,85,46); }

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