#7A582F

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

Shades of Shingle Fawn #7A582F

Tints of Shingle Fawn #7A582F

Color information

#7A582F (or 0x7A582F) is unknown color: approx Shingle Fawn. HEX triplet: 7A, 58 and 2F. RGB value is (122,88,47). Sum of RGB (Red+Green+Blue) = 122+88+47=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A582F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A582F is #85A7D0. Grayscale: #5D5D5D. Windows color (decimal): -8759249 or 3102842. OLE color: 3102842.

HSL color Cylindrical-coordinate representation of color #7A582F: hue angle of 32.8º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A582F is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB1228847-
CMYK00.280.610.52
HSL32.8º44.38%33.14%-
HSV(B)32.8º61.48%47.84%-
XYZ12.0311.324.24-
YUV93.49101.76148.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.47%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 47 (18.75% from 255) = 18.29%
R=47.47%
G=34.24%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122884700.280.610.5232.844.3833.14
Hex7A582F01C3D34212c21
Octal172130570347564415441
Binary11110101011000101111011100111101110100100001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A582F; }

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

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

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

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

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

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

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

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