#95732C

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

Shades of Corn Harvest #95732C

Tints of Corn Harvest #95732C

Color information

#95732C (or 0x95732C) is unknown color: approx Corn Harvest. HEX triplet: 95, 73 and 2C. RGB value is (149,115,44). Sum of RGB (Red+Green+Blue) = 149+115+44=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95732C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95732C is #6A8CD3. Grayscale: #757575. Windows color (decimal): -6982868 or 2913173. OLE color: 2913173.

HSL color Cylindrical-coordinate representation of color #95732C: hue angle of 40.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95732C is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14911544-
CMYK00.230.700.42
HSL40.57º54.4%37.84%-
HSV(B)40.57º70.47%58.43%-
XYZ18.9818.835.02-
YUV117.0786.76150.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.38%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 44 (17.58% from 255) = 14.29%
R=48.38%
G=37.34%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491154400.230.700.4240.5754.437.84
Hex95732C017462A293626
Octal2251635402710652516646
Binary1001010111100111011000101111000110101010101001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95732C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95732C; }

 p { color: rgb(149,115,44); }

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

<style>
 a { background-color: #95732C; }

 a { background-color: rgb(149,115,44); }

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

<style>
 span { border-color: #95732C; }

 span { border-color: rgb(149,115,44); }

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