#95711C

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

Shades of Corn Harvest #95711C

Tints of Corn Harvest #95711C

Color information

#95711C (or 0x95711C) is unknown color: approx Corn Harvest. HEX triplet: 95, 71 and 1C. RGB value is (149,113,28). Sum of RGB (Red+Green+Blue) = 149+113+28=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95711C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95711C is #6A8EE3. Grayscale: #727272. Windows color (decimal): -6983396 or 1864085. OLE color: 1864085.

HSL color Cylindrical-coordinate representation of color #95711C: hue angle of 42.15º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95711C is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB14911328-
CMYK00.240.810.42
HSL42.15º68.36%34.71%-
HSV(B)42.15º81.21%58.43%-
XYZ18.5118.283.65-
YUV114.0779.43152.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.38%
GREEN value IS 113 (44.53% from 255) = 38.97%
BLUE value IS 28 (11.33% from 255) = 9.66%
R=51.38%
G=38.97%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491132800.240.810.4242.1568.3634.71
Hex95711C018512A2a4423
Octal22516134030121525210443
Binary1001010111100011110001100010100011010101010101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95711C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,113,28); }

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

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

 a { background-color: rgb(149,113,28); }

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

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

 span { border-color: rgb(149,113,28); }

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