Html Css Color HEX #8A782F Corn Harvest

📋 copy color: '#8A782F'

red 138 ◦ green 120 ◦ blue 47

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

Shades of Corn Harvest #8A782F

Tints of Corn Harvest #8A782F

RGB

 RED value IS 138 (54.3% from 255) = 45.25%

 GREEN value IS 120 (47.27% from 255) = 39.34%

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 45.25%
G = 39.34%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#8A782F (or 0x8A782F) is known color: Corn Harvest. HEX triplet: 8A, 78 and 2F. RGB value is (138,120,47). Sum of RGB (Red+Green+Blue) = 138+120+47=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A782F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A782F is #7587D0. Grayscale: #757575. Windows color (decimal): -7702481 or 3111050. OLE color: 3111050.

HSL color Cylindrical-coordinate representation of color #8A782F: hue angle of 48.13º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A782F is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 120 47 -
CMYK 0 0.13 0.66 0.46
HSL 48.13º 0.49% 0.36% -
HSV(B) 48.13º 0.66% 0.54% -
XYZ 17.71 19.04 5.43 -
YUV 117.06 88.46 142.94 -
System Red Green Blue C M Y K H S L
Decimal 138 120 47 0 0.13 0.66 0.46 48.13 0.49 0.36
Hex 8A 78 2F 0 D 42 2E 30 31 24
Octal 212 170 57 0 15 102 56 60 61 44
Binary 10001010 1111000 101111 0 1101 1000010 101110 110000 110001 100100

Color Harmonies of #8A782F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A782F

Black with #8A782F

Text Example


Text Example

White with #8A782F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,120,47); }

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

background-color css

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

 a { background-color: rgb(138,120,47); }

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

border-color css

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

 span { border-color: rgb(138,120,47); }

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