#95752E

Color #95752E Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #95752E

Tints of Corn Harvest #95752E

Color information

#95752E (or 0x95752E) is unknown color: approx Corn Harvest. HEX triplet: 95, 75 and 2E. RGB value is (149,117,46). Sum of RGB (Red+Green+Blue) = 149+117+46=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95752E is #6A8AD1. Grayscale: #767676. Windows color (decimal): -6982354 or 3044757. OLE color: 3044757.

HSL color Cylindrical-coordinate representation of color #95752E: hue angle of 41.36º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95752E is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB14911746-
CMYK00.210.690.42
HSL41.36º52.82%38.24%-
HSV(B)41.36º69.13%58.43%-
XYZ19.2519.315.3-
YUV118.4787.1149.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 117 (46.09% from 255) = 37.5%
BLUE value IS 46 (18.36% from 255) = 14.74%
R=47.76%
G=37.5%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491174600.210.690.4241.3652.8238.24
Hex95752E015452A293526
Octal2251655602510552516546
Binary1001010111101011011100101011000101101010101001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95752E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,117,46); }

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

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

 a { background-color: rgb(149,117,46); }

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

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

 span { border-color: rgb(149,117,46); }

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