Html Css Color HEX #8F713B Corn Harvest

📋 copy color: '#8F713B'

red 143 ◦ green 113 ◦ blue 59

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

Shades of Corn Harvest #8F713B

Tints of Corn Harvest #8F713B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

 BLUE value IS 59 (23.44% from 255) = 18.73%

R = 45.4%
G = 35.87%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.44

RGB Variations

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

Color information

#8F713B (or 0x8F713B) is known color: Corn Harvest. HEX triplet: 8F, 71 and 3B. RGB value is (143,113,59). Sum of RGB (Red+Green+Blue) = 143+113+59=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F713B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F713B is #708EC4. Grayscale: #747474. Windows color (decimal): -7376581 or 3895695. OLE color: 3895695.

HSL color Cylindrical-coordinate representation of color #8F713B: hue angle of 38.57º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F713B is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 113 59 -
CMYK 0 0.21 0.59 0.44
HSL 38.57º 0.42% 0.4% -
HSV(B) 38.57º 0.59% 0.56% -
XYZ 18.02 17.97 6.66 -
YUV 115.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 143 113 59 0 0.21 0.59 0.44 38.57 0.42 0.4
Hex 8F 71 3B 0 15 3B 2C 27 2A 28
Octal 217 161 73 0 25 73 54 47 52 50
Binary 10001111 1110001 111011 0 10101 111011 101100 100111 101010 101000

Color Harmonies of #8F713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F713B

Black with #8F713B

Text Example


Text Example

White with #8F713B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,113,59); }

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

background-color css

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

 a { background-color: rgb(143,113,59); }

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

border-color css

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

 span { border-color: rgb(143,113,59); }

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