Html Css Color HEX #755835 Shingle Fawn

📋 copy color: '#755835'

red 117 ◦ green 88 ◦ blue 53

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

Shades of Shingle Fawn #755835

Tints of Shingle Fawn #755835

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

 BLUE value IS 53 (21.09% from 255) = 20.54%

R = 45.35%
G = 34.11%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#755835 (or 0x755835) is known color: Shingle Fawn. HEX triplet: 75, 58 and 35. RGB value is (117,88,53). Sum of RGB (Red+Green+Blue) = 117+88+53=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #755835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755835 is #8AA7CA. Grayscale: #5C5C5C. Windows color (decimal): -9086923 or 3496053. OLE color: 3496053.

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

Color convert

RGB 117 88 53 -
CMYK 0 0.25 0.55 0.54
HSL 32.81º 0.38% 0.33% -
HSV(B) 32.81º 0.55% 0.46% -
XYZ 11.47 11.02 4.89 -
YUV 92.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 117 88 53 0 0.25 0.55 0.54 32.81 0.38 0.33
Hex 75 58 35 0 19 37 36 21 26 21
Octal 165 130 65 0 31 67 66 41 46 41
Binary 1110101 1011000 110101 0 11001 110111 110110 100001 100110 100001

Color Harmonies of #755835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755835

Black with #755835

Text Example


Text Example

White with #755835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755835; }

 p { color: rgb(117,88,53); }

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

background-color css

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

 a { background-color: rgb(117,88,53); }

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

border-color css

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

 span { border-color: rgb(117,88,53); }

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