Html Css Color HEX #755732 Shingle Fawn

📋 copy color: '#755732'

red 117 ◦ green 87 ◦ blue 50

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

Shades of Shingle Fawn #755732

Tints of Shingle Fawn #755732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.69%

R = 46.06%
G = 34.25%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#755732 (or 0x755732) is known color: Shingle Fawn. HEX triplet: 75, 57 and 32. RGB value is (117,87,50). Sum of RGB (Red+Green+Blue) = 117+87+50=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #755732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755732 is #8AA8CD. Grayscale: #5B5B5B. Windows color (decimal): -9087182 or 3299189. OLE color: 3299189.

HSL color Cylindrical-coordinate representation of color #755732: hue angle of 33.13º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755732 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 87 50 -
CMYK 0 0.26 0.57 0.54
HSL 33.13º 0.4% 0.33% -
HSV(B) 33.13º 0.57% 0.46% -
XYZ 11.32 10.83 4.51 -
YUV 91.75 104.44 146.01 -
System Red Green Blue C M Y K H S L
Decimal 117 87 50 0 0.26 0.57 0.54 33.13 0.4 0.33
Hex 75 57 32 0 1A 39 36 21 28 21
Octal 165 127 62 0 32 71 66 41 50 41
Binary 1110101 1010111 110010 0 11010 111001 110110 100001 101000 100001

Color Harmonies of #755732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755732

Black with #755732

Text Example


Text Example

White with #755732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755732; }

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

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

background-color css

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

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

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

border-color css

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

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

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