Html Css Color HEX #755934 Shingle Fawn

📋 copy color: '#755934'

red 117 ◦ green 89 ◦ blue 52

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

Shades of Shingle Fawn #755934

Tints of Shingle Fawn #755934

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.5%

 BLUE value IS 52 (20.7% from 255) = 20.16%

R = 45.35%
G = 34.5%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#755934 (or 0x755934) is known color: Shingle Fawn. HEX triplet: 75, 59 and 34. RGB value is (117,89,52). Sum of RGB (Red+Green+Blue) = 117+89+52=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #755934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755934 is #8AA6CB. Grayscale: #5D5D5D. Windows color (decimal): -9086668 or 3430773. OLE color: 3430773.

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

Color convert

RGB 117 89 52 -
CMYK 0 0.24 0.56 0.54
HSL 34.15º 0.38% 0.33% -
HSV(B) 34.15º 0.56% 0.46% -
XYZ 11.53 11.17 4.8 -
YUV 93.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 117 89 52 0 0.24 0.56 0.54 34.15 0.38 0.33
Hex 75 59 34 0 18 38 36 22 26 21
Octal 165 131 64 0 30 70 66 42 46 41
Binary 1110101 1011001 110100 0 11000 111000 110110 100010 100110 100001

Color Harmonies of #755934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755934

Black with #755934

Text Example


Text Example

White with #755934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755934; }

 p { color: rgb(117,89,52); }

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

background-color css

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

 a { background-color: rgb(117,89,52); }

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

border-color css

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

 span { border-color: rgb(117,89,52); }

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