Html Css Color HEX #8C7438 Corn Harvest

📋 copy color: '#8C7438'

red 140 ◦ green 116 ◦ blue 56

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

Shades of Corn Harvest #8C7438

Tints of Corn Harvest #8C7438

RGB

 RED value IS 140 (55.08% from 255) = 44.87%

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

 BLUE value IS 56 (22.27% from 255) = 17.95%

R = 44.87%
G = 37.18%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.6

 K value IS 0.45

RGB Variations

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

Color information

#8C7438 (or 0x8C7438) is known color: Corn Harvest. HEX triplet: 8C, 74 and 38. RGB value is (140,116,56). Sum of RGB (Red+Green+Blue) = 140+116+56=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7438 is #738BC7. Grayscale: #747474. Windows color (decimal): -7572424 or 3699852. OLE color: 3699852.

HSL color Cylindrical-coordinate representation of color #8C7438: hue angle of 42.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C7438 is Cyan = 0, Magento = 0.17, Yellow = 0.6 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 116 56 -
CMYK 0 0.17 0.6 0.45
HSL 42.86º 0.43% 0.38% -
HSV(B) 42.86º 0.6% 0.55% -
XYZ 17.77 18.35 6.35 -
YUV 116.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 140 116 56 0 0.17 0.6 0.45 42.86 0.43 0.38
Hex 8C 74 38 0 11 3C 2D 2B 2B 26
Octal 214 164 70 0 21 74 55 53 53 46
Binary 10001100 1110100 111000 0 10001 111100 101101 101011 101011 100110

Color Harmonies of #8C7438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7438

Black with #8C7438

Text Example


Text Example

White with #8C7438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,116,56); }

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

background-color css

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

 a { background-color: rgb(140,116,56); }

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

border-color css

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

 span { border-color: rgb(140,116,56); }

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