Html Css Color HEX #75562E Shingle Fawn

📋 copy color: '#75562E'

red 117 ◦ green 86 ◦ blue 46

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

Shades of Shingle Fawn #75562E

Tints of Shingle Fawn #75562E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.54%

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

R = 46.99%
G = 34.54%
B = 18.47%

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

#75562E (or 0x75562E) is known color: Shingle Fawn. HEX triplet: 75, 56 and 2E. RGB value is (117,86,46). Sum of RGB (Red+Green+Blue) = 117+86+46=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #75562E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75562E is #8AA9D1. Grayscale: #5A5A5A. Windows color (decimal): -9087442 or 3036789. OLE color: 3036789.

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

Color convert

RGB 117 86 46 -
CMYK 0 0.26 0.61 0.54
HSL 33.8º 0.44% 0.32% -
HSV(B) 33.8º 0.61% 0.46% -
XYZ 11.16 10.63 4.05 -
YUV 90.71 102.77 146.75 -
System Red Green Blue C M Y K H S L
Decimal 117 86 46 0 0.26 0.61 0.54 33.8 0.44 0.32
Hex 75 56 2E 0 1A 3D 36 22 2C 20
Octal 165 126 56 0 32 75 66 42 54 40
Binary 1110101 1010110 101110 0 11010 111101 110110 100010 101100 100000

Color Harmonies of #75562E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75562E

Black with #75562E

Text Example


Text Example

White with #75562E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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