Html Css Color HEX #8B682F Corn Harvest

📋 copy color: '#8B682F'

red 139 ◦ green 104 ◦ blue 47

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

Shades of Corn Harvest #8B682F

Tints of Corn Harvest #8B682F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.86%

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

R = 47.93%
G = 35.86%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8B682F (or 0x8B682F) is known color: Corn Harvest. HEX triplet: 8B, 68 and 2F. RGB value is (139,104,47). Sum of RGB (Red+Green+Blue) = 139+104+47=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B682F is #7497D0. Grayscale: #6C6C6C. Windows color (decimal): -7641041 or 3106955. OLE color: 3106955.

HSL color Cylindrical-coordinate representation of color #8B682F: hue angle of 37.17º 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 #8B682F is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 104 47 -
CMYK 0 0.25 0.66 0.45
HSL 37.17º 0.49% 0.36% -
HSV(B) 37.17º 0.66% 0.55% -
XYZ 16.11 15.59 4.85 -
YUV 107.97 93.6 150.13 -
System Red Green Blue C M Y K H S L
Decimal 139 104 47 0 0.25 0.66 0.45 37.17 0.49 0.36
Hex 8B 68 2F 0 19 42 2D 25 31 24
Octal 213 150 57 0 31 102 55 45 61 44
Binary 10001011 1101000 101111 0 11001 1000010 101101 100101 110001 100100

Color Harmonies of #8B682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B682F

Black with #8B682F

Text Example


Text Example

White with #8B682F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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