Html Css Color HEX #765535 Shingle Fawn

📋 copy color: '#765535'

red 118 ◦ green 85 ◦ blue 53

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

Shades of Shingle Fawn #765535

Tints of Shingle Fawn #765535

RGB

 RED value IS 118 (46.48% from 255) = 46.09%

 GREEN value IS 85 (33.59% from 255) = 33.2%

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

R = 46.09%
G = 33.2%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#765535 (or 0x765535) is known color: Shingle Fawn. HEX triplet: 76, 55 and 35. RGB value is (118,85,53). Sum of RGB (Red+Green+Blue) = 118+85+53=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #765535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765535 is #89AACA. Grayscale: #5B5B5B. Windows color (decimal): -9022155 or 3495286. OLE color: 3495286.

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

Color convert

RGB 118 85 53 -
CMYK 0 0.28 0.55 0.54
HSL 29.54º 0.38% 0.34% -
HSV(B) 29.54º 0.55% 0.46% -
XYZ 11.36 10.61 4.82 -
YUV 91.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 118 85 53 0 0.28 0.55 0.54 29.54 0.38 0.34
Hex 76 55 35 0 1C 37 36 1E 26 22
Octal 166 125 65 0 34 67 66 36 46 42
Binary 1110110 1010101 110101 0 11100 110111 110110 11110 100110 100010

Color Harmonies of #765535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765535

Black with #765535

Text Example


Text Example

White with #765535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765535; }

 p { color: rgb(118,85,53); }

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

background-color css

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

 a { background-color: rgb(118,85,53); }

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

border-color css

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

 span { border-color: rgb(118,85,53); }

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