Html Css Color HEX #75572E Shingle Fawn

📋 copy color: '#75572E'

red 117 ◦ green 87 ◦ blue 46

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

Shades of Shingle Fawn #75572E

Tints of Shingle Fawn #75572E

RGB

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

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

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

R = 46.8%
G = 34.8%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75572E (or 0x75572E) is known color: Shingle Fawn. HEX triplet: 75, 57 and 2E. RGB value is (117,87,46). Sum of RGB (Red+Green+Blue) = 117+87+46=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75572E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75572E is #8AA8D1. Grayscale: #5B5B5B. Windows color (decimal): -9087186 or 3037045. OLE color: 3037045.

HSL color Cylindrical-coordinate representation of color #75572E: hue angle of 34.65º 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 #75572E is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 87 46 -
CMYK 0 0.26 0.61 0.54
HSL 34.65º 0.44% 0.32% -
HSV(B) 34.65º 0.61% 0.46% -
XYZ 11.24 10.8 4.08 -
YUV 91.3 102.44 146.33 -
System Red Green Blue C M Y K H S L
Decimal 117 87 46 0 0.26 0.61 0.54 34.65 0.44 0.32
Hex 75 57 2E 0 1A 3D 36 23 2C 20
Octal 165 127 56 0 32 75 66 43 54 40
Binary 1110101 1010111 101110 0 11010 111101 110110 100011 101100 100000

Color Harmonies of #75572E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75572E

Black with #75572E

Text Example


Text Example

White with #75572E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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