Html Css Color HEX #755232 Shingle Fawn

📋 copy color: '#755232'

red 117 ◦ green 82 ◦ blue 50

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

Shades of Shingle Fawn #755232

Tints of Shingle Fawn #755232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.93%

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

R = 46.99%
G = 32.93%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#755232 (or 0x755232) is known color: Shingle Fawn. HEX triplet: 75, 52 and 32. RGB value is (117,82,50). Sum of RGB (Red+Green+Blue) = 117+82+50=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #755232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755232 is #8AADCD. Grayscale: #585858. Windows color (decimal): -9088462 or 3297909. OLE color: 3297909.

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

Color convert

RGB 117 82 50 -
CMYK 0 0.30 0.57 0.54
HSL 28.66º 0.4% 0.33% -
HSV(B) 28.66º 0.57% 0.46% -
XYZ 10.93 10.05 4.38 -
YUV 88.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 117 82 50 0 0.30 0.57 0.54 28.66 0.4 0.33
Hex 75 52 32 0 1E 39 36 1D 28 21
Octal 165 122 62 0 36 71 66 35 50 41
Binary 1110101 1010010 110010 0 11110 111001 110110 11101 101000 100001

Color Harmonies of #755232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755232

Black with #755232

Text Example


Text Example

White with #755232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755232; }

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

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

background-color css

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

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

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

border-color css

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

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

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