#78582E

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

Shades of Shingle Fawn #78582E

Tints of Shingle Fawn #78582E

Color information

#78582E (or 0x78582E) is unknown color: approx Shingle Fawn. HEX triplet: 78, 58 and 2E. RGB value is (120,88,46). Sum of RGB (Red+Green+Blue) = 120+88+46=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #78582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78582E is #87A7D1. Grayscale: #5C5C5C. Windows color (decimal): -8890322 or 3037304. OLE color: 3037304.

HSL color Cylindrical-coordinate representation of color #78582E: hue angle of 34.05º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78582E is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1208846-
CMYK00.270.620.53
HSL34.05º44.58%32.55%-
HSV(B)34.05º61.67%47.06%-
XYZ11.7311.174.12-
YUV92.78101.6147.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 46 (18.36% from 255) = 18.11%
R=47.24%
G=34.65%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120884600.270.620.5334.0544.5832.55
Hex78582E01B3E35222d21
Octal170130560337665425541
Binary11110001011000101110011011111110110101100010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,88,46); }

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

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

 a { background-color: rgb(120,88,46); }

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

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

 span { border-color: rgb(120,88,46); }

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