#95721E

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

Shades of Corn Harvest #95721E

Tints of Corn Harvest #95721E

Color information

#95721E (or 0x95721E) is unknown color: approx Corn Harvest. HEX triplet: 95, 72 and 1E. RGB value is (149,114,30). Sum of RGB (Red+Green+Blue) = 149+114+30=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95721E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95721E is #6A8DE1. Grayscale: #737373. Windows color (decimal): -6983138 or 1995413. OLE color: 1995413.

HSL color Cylindrical-coordinate representation of color #95721E: hue angle of 42.35º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95721E is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14911430-
CMYK00.230.800.42
HSL42.35º66.48%35.1%-
HSV(B)42.35º79.87%58.43%-
XYZ18.6518.523.82-
YUV114.8980.1152.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.85%
GREEN value IS 114 (44.92% from 255) = 38.91%
BLUE value IS 30 (12.11% from 255) = 10.24%
R=50.85%
G=38.91%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491143000.230.800.4242.3566.4835.1
Hex95721E017502A2a4223
Octal22516236027120525210243
Binary1001010111100101111001011110100001010101010101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,114,30); }

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

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

 a { background-color: rgb(149,114,30); }

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

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

 span { border-color: rgb(149,114,30); }

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