Html Css Color HEX #755332 Shingle Fawn

📋 copy color: '#755332'

red 117 ◦ green 83 ◦ blue 50

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

Shades of Shingle Fawn #755332

Tints of Shingle Fawn #755332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.2%

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

R = 46.8%
G = 33.2%
B = 20%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#755332 (or 0x755332) is known color: Shingle Fawn. HEX triplet: 75, 53 and 32. RGB value is (117,83,50). Sum of RGB (Red+Green+Blue) = 117+83+50=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #755332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755332 is #8AACCD. Grayscale: #595959. Windows color (decimal): -9088206 or 3298165. OLE color: 3298165.

HSL color Cylindrical-coordinate representation of color #755332: hue angle of 29.55º 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 #755332 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 50 -
CMYK 0 0.29 0.57 0.54
HSL 29.55º 0.4% 0.33% -
HSV(B) 29.55º 0.57% 0.46% -
XYZ 11.01 10.2 4.41 -
YUV 89.4 105.76 147.68 -
System Red Green Blue C M Y K H S L
Decimal 117 83 50 0 0.29 0.57 0.54 29.55 0.4 0.33
Hex 75 53 32 0 1D 39 36 1E 28 21
Octal 165 123 62 0 35 71 66 36 50 41
Binary 1110101 1010011 110010 0 11101 111001 110110 11110 101000 100001

Color Harmonies of #755332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755332

Black with #755332

Text Example


Text Example

White with #755332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755332; }

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

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

background-color css

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

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

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

border-color css

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

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

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