Html Css Color HEX #8B782F Corn Harvest

📋 copy color: '#8B782F'

red 139 ◦ green 120 ◦ blue 47

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

Shades of Corn Harvest #8B782F

Tints of Corn Harvest #8B782F

RGB

 RED value IS 139 (54.69% from 255) = 45.42%

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

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

R = 45.42%
G = 39.22%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8B782F (or 0x8B782F) is known color: Corn Harvest. HEX triplet: 8B, 78 and 2F. RGB value is (139,120,47). Sum of RGB (Red+Green+Blue) = 139+120+47=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B782F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B782F is #7487D0. Grayscale: #757575. Windows color (decimal): -7636945 or 3111051. OLE color: 3111051.

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

Color convert

RGB 139 120 47 -
CMYK 0 0.14 0.66 0.45
HSL 47.61º 0.49% 0.36% -
HSV(B) 47.61º 0.66% 0.55% -
XYZ 17.88 19.13 5.44 -
YUV 117.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 139 120 47 0 0.14 0.66 0.45 47.61 0.49 0.36
Hex 8B 78 2F 0 E 42 2D 30 31 24
Octal 213 170 57 0 16 102 55 60 61 44
Binary 10001011 1111000 101111 0 1110 1000010 101101 110000 110001 100100

Color Harmonies of #8B782F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B782F

Black with #8B782F

Text Example


Text Example

White with #8B782F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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