Html Css Color HEX #8B702E Corn Harvest

📋 copy color: '#8B702E'

red 139 ◦ green 112 ◦ blue 46

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

Shades of Corn Harvest #8B702E

Tints of Corn Harvest #8B702E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.71%

 BLUE value IS 46 (18.36% from 255) = 15.49%

R = 46.8%
G = 37.71%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8B702E (or 0x8B702E) is known color: Corn Harvest. HEX triplet: 8B, 70 and 2E. RGB value is (139,112,46). Sum of RGB (Red+Green+Blue) = 139+112+46=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B702E is #748FD1. Grayscale: #707070. Windows color (decimal): -7638994 or 3043467. OLE color: 3043467.

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

Color convert

RGB 139 112 46 -
CMYK 0 0.19 0.67 0.45
HSL 42.58º 0.5% 0.36% -
HSV(B) 42.58º 0.67% 0.55% -
XYZ 16.93 17.27 5.03 -
YUV 112.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 139 112 46 0 0.19 0.67 0.45 42.58 0.5 0.36
Hex 8B 70 2E 0 13 43 2D 2B 32 24
Octal 213 160 56 0 23 103 55 53 62 44
Binary 10001011 1110000 101110 0 10011 1000011 101101 101011 110010 100100

Color Harmonies of #8B702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B702E

Black with #8B702E

Text Example


Text Example

White with #8B702E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,112,46); }

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

background-color css

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

 a { background-color: rgb(139,112,46); }

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

border-color css

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

 span { border-color: rgb(139,112,46); }

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