#95762B

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

Shades of Corn Harvest #95762B

Tints of Corn Harvest #95762B

Color information

#95762B (or 0x95762B) is unknown color: approx Corn Harvest. HEX triplet: 95, 76 and 2B. RGB value is (149,118,43). Sum of RGB (Red+Green+Blue) = 149+118+43=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95762B is #6A89D4. Grayscale: #777777. Windows color (decimal): -6982101 or 2848405. OLE color: 2848405.

HSL color Cylindrical-coordinate representation of color #95762B: hue angle of 42.45º 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 #95762B is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB14911843-
CMYK00.210.710.42
HSL42.45º55.21%37.65%-
HSV(B)42.45º71.14%58.43%-
XYZ19.3119.525.04-
YUV118.7285.27149.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 43 (17.19% from 255) = 13.87%
R=48.06%
G=38.06%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491184300.210.710.4242.4555.2137.65
Hex95762B015472A2a3726
Octal2251665302510752526746
Binary1001010111101101010110101011000111101010101010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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