Html Css Color HEX #775534 Shingle Fawn

📋 copy color: '#775534'

red 119 ◦ green 85 ◦ blue 52

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

Shades of Shingle Fawn #775534

Tints of Shingle Fawn #775534

RGB

 RED value IS 119 (46.88% from 255) = 46.48%

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

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

R = 46.48%
G = 33.2%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#775534 (or 0x775534) is known color: Shingle Fawn. HEX triplet: 77, 55 and 34. RGB value is (119,85,52). Sum of RGB (Red+Green+Blue) = 119+85+52=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #775534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775534 is #88AACB. Grayscale: #5B5B5B. Windows color (decimal): -8956620 or 3429751. OLE color: 3429751.

HSL color Cylindrical-coordinate representation of color #775534: hue angle of 29.55º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #775534 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 85 52 -
CMYK 0 0.29 0.56 0.53
HSL 29.55º 0.39% 0.34% -
HSV(B) 29.55º 0.56% 0.47% -
XYZ 11.48 10.67 4.7 -
YUV 91.4 105.76 147.68 -
System Red Green Blue C M Y K H S L
Decimal 119 85 52 0 0.29 0.56 0.53 29.55 0.39 0.34
Hex 77 55 34 0 1D 38 35 1E 27 22
Octal 167 125 64 0 35 70 65 36 47 42
Binary 1110111 1010101 110100 0 11101 111000 110101 11110 100111 100010

Color Harmonies of #775534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775534

Black with #775534

Text Example


Text Example

White with #775534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775534; }

 p { color: rgb(119,85,52); }

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

background-color css

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

 a { background-color: rgb(119,85,52); }

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

border-color css

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

 span { border-color: rgb(119,85,52); }

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