Html Css Color HEX #755A3A Shingle Fawn

📋 copy color: '#755A3A'

red 117 ◦ green 90 ◦ blue 58

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

Shades of Shingle Fawn #755A3A

Tints of Shingle Fawn #755A3A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.96%

 BLUE value IS 58 (23.05% from 255) = 21.89%

R = 44.15%
G = 33.96%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#755A3A (or 0x755A3A) is known color: Shingle Fawn. HEX triplet: 75, 5A and 3A. RGB value is (117,90,58). Sum of RGB (Red+Green+Blue) = 117+90+58=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #755A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A3A is #8AA5C5. Grayscale: #5E5E5E. Windows color (decimal): -9086406 or 3824245. OLE color: 3824245.

HSL color Cylindrical-coordinate representation of color #755A3A: hue angle of 32.54º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #755A3A is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 58 -
CMYK 0 0.23 0.50 0.54
HSL 32.54º 0.34% 0.34% -
HSV(B) 32.54º 0.5% 0.46% -
XYZ 11.76 11.4 5.58 -
YUV 94.43 107.45 144.1 -
System Red Green Blue C M Y K H S L
Decimal 117 90 58 0 0.23 0.50 0.54 32.54 0.34 0.34
Hex 75 5A 3A 0 17 32 36 21 22 22
Octal 165 132 72 0 27 62 66 41 42 42
Binary 1110101 1011010 111010 0 10111 110010 110110 100001 100010 100010

Color Harmonies of #755A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A3A

Black with #755A3A

Text Example


Text Example

White with #755A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A3A; }

 p { color: rgb(117,90,58); }

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

background-color css

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

 a { background-color: rgb(117,90,58); }

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

border-color css

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

 span { border-color: rgb(117,90,58); }

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