Html Css Color HEX #8E741B Corn Harvest

📋 copy color: '#8E741B'

red 142 ◦ green 116 ◦ blue 27

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

Shades of Corn Harvest #8E741B

Tints of Corn Harvest #8E741B

RGB

 RED value IS 142 (55.86% from 255) = 49.82%

 GREEN value IS 116 (45.7% from 255) = 40.7%

 BLUE value IS 27 (10.94% from 255) = 9.47%

R = 49.82%
G = 40.7%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8E741B (or 0x8E741B) is known color: Corn Harvest. HEX triplet: 8E, 74 and 1B. RGB value is (142,116,27). Sum of RGB (Red+Green+Blue) = 142+116+27=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E741B is #718BE4. Grayscale: #727272. Windows color (decimal): -7441381 or 1799310. OLE color: 1799310.

HSL color Cylindrical-coordinate representation of color #8E741B: hue angle of 46.43º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E741B is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 116 27 -
CMYK 0 0.18 0.81 0.44
HSL 46.43º 0.68% 0.33% -
HSV(B) 46.43º 0.81% 0.56% -
XYZ 17.6 18.32 3.65 -
YUV 113.63 79.11 148.24 -
System Red Green Blue C M Y K H S L
Decimal 142 116 27 0 0.18 0.81 0.44 46.43 0.68 0.33
Hex 8E 74 1B 0 12 51 2C 2E 44 21
Octal 216 164 33 0 22 121 54 56 104 41
Binary 10001110 1110100 11011 0 10010 1010001 101100 101110 1000100 100001

Color Harmonies of #8E741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E741B

Black with #8E741B

Text Example


Text Example

White with #8E741B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,116,27); }

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

background-color css

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

 a { background-color: rgb(142,116,27); }

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

border-color css

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

 span { border-color: rgb(142,116,27); }

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