Html Css Color HEX #8F741B Corn Harvest

📋 copy color: '#8F741B'

red 143 ◦ green 116 ◦ blue 27

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

Shades of Corn Harvest #8F741B

Tints of Corn Harvest #8F741B

RGB

 RED value IS 143 (56.25% from 255) = 50%

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

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

R = 50%
G = 40.56%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8F741B (or 0x8F741B) is known color: Corn Harvest. HEX triplet: 8F, 74 and 1B. RGB value is (143,116,27). Sum of RGB (Red+Green+Blue) = 143+116+27=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F741B is #708BE4. Grayscale: #727272. Windows color (decimal): -7375845 or 1799311. OLE color: 1799311.

HSL color Cylindrical-coordinate representation of color #8F741B: hue angle of 46.03º 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 #8F741B is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 116 27 -
CMYK 0 0.19 0.81 0.44
HSL 46.03º 0.68% 0.33% -
HSV(B) 46.03º 0.81% 0.56% -
XYZ 17.77 18.41 3.65 -
YUV 113.93 78.95 148.74 -
System Red Green Blue C M Y K H S L
Decimal 143 116 27 0 0.19 0.81 0.44 46.03 0.68 0.33
Hex 8F 74 1B 0 13 51 2C 2E 44 21
Octal 217 164 33 0 23 121 54 56 104 41
Binary 10001111 1110100 11011 0 10011 1010001 101100 101110 1000100 100001

Color Harmonies of #8F741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F741B

Black with #8F741B

Text Example


Text Example

White with #8F741B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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