#8A7823

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

Shades of Corn Harvest #8A7823

Tints of Corn Harvest #8A7823

Color information

#8A7823 (or 0x8A7823) is unknown color: approx Corn Harvest. HEX triplet: 8A, 78 and 23. RGB value is (138,120,35). Sum of RGB (Red+Green+Blue) = 138+120+35=293 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.10% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7823 is #7587DC. Grayscale: #747474. Windows color (decimal): -7702493 or 2324618. OLE color: 2324618.

HSL color Cylindrical-coordinate representation of color #8A7823: hue angle of 49.51º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A7823 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB13812035-
CMYK00.130.750.46
HSL49.51º59.54%33.92%-
HSV(B)49.51º74.64%54.12%-
XYZ17.518.964.33-
YUV115.6982.46143.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.10%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 35 (14.06% from 255) = 11.95%
R=47.10%
G=40.96%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381203500.130.750.4649.5159.5433.92
Hex8A78230D4B2E323c22
Octal2121704301511356627442
Binary100010101111000100011011011001011101110110010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7823; }

 p { color: rgb(138,120,35); }

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

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

 a { background-color: rgb(138,120,35); }

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

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

 span { border-color: rgb(138,120,35); }

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