#95752F

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

Shades of Corn Harvest #95752F

Tints of Corn Harvest #95752F

Color information

#95752F (or 0x95752F) is unknown color: approx Corn Harvest. HEX triplet: 95, 75 and 2F. RGB value is (149,117,47). Sum of RGB (Red+Green+Blue) = 149+117+47=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95752F is #6A8AD0. Grayscale: #767676. Windows color (decimal): -6982353 or 3110293. OLE color: 3110293.

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

Color convert

RGB14911747-
CMYK00.210.680.42
HSL41.18º52.04%38.43%-
HSV(B)41.18º68.46%58.43%-
XYZ19.2719.325.4-
YUV118.5987.6149.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 117 (46.09% from 255) = 37.38%
BLUE value IS 47 (18.75% from 255) = 15.02%
R=47.60%
G=37.38%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491174700.210.680.4241.1852.0438.43
Hex95752F015442A293426
Octal2251655702510452516446
Binary1001010111101011011110101011000100101010101001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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