Html Css Color HEX #8F7428 Corn Harvest

📋 copy color: '#8F7428'

red 143 ◦ green 116 ◦ blue 40

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

Shades of Corn Harvest #8F7428

Tints of Corn Harvest #8F7428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.38%

R = 47.83%
G = 38.8%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#8F7428 (or 0x8F7428) is known color: Corn Harvest. HEX triplet: 8F, 74 and 28. RGB value is (143,116,40). Sum of RGB (Red+Green+Blue) = 143+116+40=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7428 is #708BD7. Grayscale: #737373. Windows color (decimal): -7375832 or 2651279. OLE color: 2651279.

HSL color Cylindrical-coordinate representation of color #8F7428: hue angle of 44.27º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F7428 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 116 40 -
CMYK 0 0.19 0.72 0.44
HSL 44.27º 0.56% 0.36% -
HSV(B) 44.27º 0.72% 0.56% -
XYZ 17.96 18.48 4.63 -
YUV 115.41 85.45 147.68 -
System Red Green Blue C M Y K H S L
Decimal 143 116 40 0 0.19 0.72 0.44 44.27 0.56 0.36
Hex 8F 74 28 0 13 48 2C 2C 38 24
Octal 217 164 50 0 23 110 54 54 70 44
Binary 10001111 1110100 101000 0 10011 1001000 101100 101100 111000 100100

Color Harmonies of #8F7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7428

Black with #8F7428

Text Example


Text Example

White with #8F7428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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