Html Css Color HEX #8A723A Corn Harvest

📋 copy color: '#8A723A'

red 138 ◦ green 114 ◦ blue 58

#8A723A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Harvest #8A723A

Tints of Corn Harvest #8A723A

RGB

 RED value IS 138 (54.3% from 255) = 44.52%

 GREEN value IS 114 (44.92% from 255) = 36.77%

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 44.52%
G = 36.77%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#8A723A (or 0x8A723A) is known color: Corn Harvest. HEX triplet: 8A, 72 and 3A. RGB value is (138,114,58). Sum of RGB (Red+Green+Blue) = 138+114+58=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 138 - color contains mainly: red. Hex color #8A723A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A723A is #758DC5. Grayscale: #737373. Windows color (decimal): -7704006 or 3830410. OLE color: 3830410.

HSL color Cylindrical-coordinate representation of color #8A723A: hue angle of 42º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A723A is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 114 58 -
CMYK 0 0.17 0.58 0.46
HSL 42º 0.41% 0.38% -
HSV(B) 42º 0.58% 0.54% -
XYZ 17.26 17.74 6.52 -
YUV 114.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 138 114 58 0 0.17 0.58 0.46 42 0.41 0.38
Hex 8A 72 3A 0 11 3A 2E 2A 29 26
Octal 212 162 72 0 21 72 56 52 51 46
Binary 10001010 1110010 111010 0 10001 111010 101110 101010 101001 100110

Color Harmonies of #8A723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A723A

Black with #8A723A

Text Example


Text Example

White with #8A723A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,114,58); }

 H1.HeaderClassName
 {
   color: #8A723A;
 }
 .AnyTagClassName
 {
   color: #8A723A;
 }
</style>

background-color css

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

 a { background-color: rgb(138,114,58); }

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

border-color css

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

 span { border-color: rgb(138,114,58); }

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