#957021

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

Shades of Corn Harvest #957021

Tints of Corn Harvest #957021

Color information

#957021 (or 0x957021) is unknown color: approx Corn Harvest. HEX triplet: 95, 70 and 21. RGB value is (149,112,33). Sum of RGB (Red+Green+Blue) = 149+112+33=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #957021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957021 is #6A8FDE. Grayscale: #727272. Windows color (decimal): -6983647 or 2191509. OLE color: 2191509.

HSL color Cylindrical-coordinate representation of color #957021: hue angle of 40.86º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #957021 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB14911233-
CMYK00.250.780.42
HSL40.86º63.74%35.69%-
HSV(B)40.86º77.85%58.43%-
XYZ18.4618.093.96-
YUV114.0682.26152.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.68%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 33 (13.28% from 255) = 11.22%
R=50.68%
G=38.10%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491123300.250.780.4240.8663.7435.69
Hex9570210194E2A294024
Octal22516041031116525110044
Binary10010101111000010000101100110011101010101010011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957021; }

 p { color: rgb(149,112,33); }

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

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

 a { background-color: rgb(149,112,33); }

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

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

 span { border-color: rgb(149,112,33); }

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