#76582F

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

Shades of Shingle Fawn #76582F

Tints of Shingle Fawn #76582F

Color information

#76582F (or 0x76582F) is unknown color: approx Shingle Fawn. HEX triplet: 76, 58 and 2F. RGB value is (118,88,47). Sum of RGB (Red+Green+Blue) = 118+88+47=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #76582F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76582F is #89A7D0. Grayscale: #5C5C5C. Windows color (decimal): -9021393 or 3102838. OLE color: 3102838.

HSL color Cylindrical-coordinate representation of color #76582F: hue angle of 34.65º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76582F is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1188847-
CMYK00.250.600.54
HSL34.65º43.03%32.35%-
HSV(B)34.65º60.17%46.27%-
XYZ11.4711.044.21-
YUV92.3102.44146.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 47 (18.75% from 255) = 18.58%
R=46.64%
G=34.78%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118884700.250.600.5434.6543.0332.35
Hex76582F0193C36232b20
Octal166130570317466435340
Binary11101101011000101111011001111100110110100011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76582F; }

 p { color: rgb(118,88,47); }

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

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

 a { background-color: rgb(118,88,47); }

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

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

 span { border-color: rgb(118,88,47); }

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