#77532E

Color #77532E Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #77532E

Tints of Shingle Fawn #77532E

Color information

#77532E (or 0x77532E) is unknown color: approx Shingle Fawn. HEX triplet: 77, 53 and 2E. RGB value is (119,83,46). Sum of RGB (Red+Green+Blue) = 119+83+46=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77532E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77532E is #88ACD1. Grayscale: #595959. Windows color (decimal): -8957138 or 3036023. OLE color: 3036023.

HSL color Cylindrical-coordinate representation of color #77532E: hue angle of 30.41º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77532E is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1198346-
CMYK00.300.610.53
HSL30.41º44.24%32.35%-
HSV(B)30.41º61.34%46.67%-
XYZ11.1910.313.98-
YUV89.55103.43149.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 46 (18.36% from 255) = 18.55%
R=47.98%
G=33.47%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119834600.300.610.5330.4144.2432.35
Hex77532E01E3D351e2c20
Octal167123560367565365440
Binary1110111101001110111001111011110111010111110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77532E; }

 p { color: rgb(119,83,46); }

 H1.HeaderClassName
 {
   color: #77532E;
 }
 .AnyTagClassName
 {
   color: #77532E;
 }
</style>
background-color css

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

 a { background-color: rgb(119,83,46); }

 div.DivClassName
 {
   background-color: #77532E;
 }
 .BgClassName
 {
   background-color: #77532E;
 }
</style>
border-color css

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

 span { border-color: rgb(119,83,46); }

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