#95732B

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

Shades of Corn Harvest #95732B

Tints of Corn Harvest #95732B

Color information

#95732B (or 0x95732B) is unknown color: approx Corn Harvest. HEX triplet: 95, 73 and 2B. RGB value is (149,115,43). Sum of RGB (Red+Green+Blue) = 149+115+43=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #95732B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95732B is #6A8CD4. Grayscale: #757575. Windows color (decimal): -6982869 or 2847637. OLE color: 2847637.

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

Color convert

RGB14911543-
CMYK00.230.710.42
HSL40.75º55.21%37.65%-
HSV(B)40.75º71.14%58.43%-
XYZ18.9618.834.92-
YUV116.9686.26150.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 43 (17.19% from 255) = 14.01%
R=48.53%
G=37.46%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491154300.230.710.4240.7555.2137.65
Hex95732B017472A293726
Octal2251635302710752516746
Binary1001010111100111010110101111000111101010101001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95732B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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